Deal with Missing Value

Let's see how to deal with a missing value.

The missing values problem is very common in the real world. For example, suppose you are trying to collect information from a company. There is a field for a company address. Many people want to keep their privacy and leave this field empty. If the data is loaded by pandas, those empty fields are listed as missing values. NaN is the default missing value in pandas.

Get hands-on with 1200+ tech skills courses.