Google News
logo
Data Science - Interview Questions
How will you handle missing values in data?
There are several ways to handle missing values in the given data :
 
* Dropping the values
* Deleting the observation (not always recommended).
* Replacing value with the mean, median and mode of the observation.
* Predicting value with regression
* Finding appropriate value with clustering
Advertisement