18. Python - Data Analytics - Missing Values
3 Ways To Deal with Missing Values
1. Drop Columns with Missing Values
2. Impute the missing values. Replacing them with something that makes sense, like a mean.
3. Impute the missing values but add a new column to label it to show it was imputed. To separate from non-imputed data.
Comments
Post a Comment