dealing with missing values of categorical columns in Python

32 views Asked by At

When doing data wrangling, How to deal with missing values of categorical columns.

I am a newbie in python and want to learn more and more. I want to clean and tidy up the 'deck' column in "Titanic" dataset, which contain a lot of NaN values.

0

There are 0 answers