Data Scrubbing Operation: Drop Missing Values
We will cover ways of removing missing data values.
We'll cover the following...
Quick overview: Another common but more complicated problem is deciding what to do with missing data. Missing data can be split into three categories:
- Missing completely at random (MCAR)
- Missing at random (MAR)
- Nonignorable.
In other words, the reason why the value is missing is linked to another variable in the dataset and not due ...