InterviewSolution
Saved Bookmarks
| 1. |
We have a dataset comprising of variables having more than 30% missing values. Let’s say, for example, we have 100 variables and 16 variables have missing values of more than 30%. How will you deal with this scenario? |
Answer»
In a nutshell, while handling missing values, we will have to understand data first and BASED on that, various mechanisms can be performed to treat them. There is no specific rule for a particular scenario. It is data-driven and context specific. |
|