Tell us how do you handle missing or corrupted data in a dataset?
Answer Posted / Krishna Kumar Tiwari
Handling missing data can involve strategies like imputation (filling missing values with statistical estimates), deletion of affected rows (if the number of missing values is small), or using advanced techniques like multiple imputation. For corrupted data, outlier detection and removal methods can be applied.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers