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

Popular posts from this blog

2. FreeCodeCamp - Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

20. Data Analytics - Analyze Data to Answer Questions - Week 1

3. Algorithms - Selection Sort