List of Contributions

Tej Yadav

Contact Details

My Content

1 to 2 of 2 total
Posted By Tej Yadav Tue November 17, 2020 02:51 AM
Found In Egroup: Global AI and Data Science
\ view thread
Thanks Diego, that's good idea. I have found one more way to fill such categorical data with the help of pandas mode method. However, it's not accurate in case of names. It's useful in case of Series and Dataframes to fill missing values for each column (using its own most frequent value) df ...
Posted By Tej Yadav Mon November 16, 2020 01:49 PM
Found In Egroup: Global AI and Data Science
\ view thread
Hi Community, We can impute missing values (especially when its integer) with SciKit's Imputer, however can you please suggest, How can I impute a string value in a csv file? For example, here is a portion of csv file with missing string values: managed_by os support_group John ...