Skip to content Skip to sidebar Skip to footer
Showing posts with the label Data Cleaning

How To Remove The Index Name In Pandas Dataframe?

In my dataframe, I get a '2' written over my index column's name. when I check for the … Read more How To Remove The Index Name In Pandas Dataframe?

Converting Object Types Columns Into Numeric Type Using Pandas

I am trying to clean the data using pandas. When I execute df.datatypes it shows that the columns a… Read more Converting Object Types Columns Into Numeric Type Using Pandas

Dealing With Sparse Categories In Pandas - Replace Everything Not In Top Categories With "Other"

I often come across the following common problem when cleaning the data there are some more common … Read more Dealing With Sparse Categories In Pandas - Replace Everything Not In Top Categories With "Other"

Separate Keywords And @ Mentions From Dataset

I have a huge set of data which has several columns and about 10k rows in more than 100 csv files, … Read more Separate Keywords And @ Mentions From Dataset