Data Science Interview Question 12
Which Strategy you should choose to deal with missing values and why?
The first strategy is to remove the entire row containing a missing value.
This is not a bad idea, but it can only be considered when the data is very large.
If removing missing...
bhagirathkd.hashnode.dev1 min read