Account
Categories
Shobha
Shobha
The best way to predict the future is to invent it

Explain how you would deal with missing data in a large dataset.

Handle missing data by imputing values using mean, median, mode, or advanced methods like KNN or multiple imputation.Alternatively, you can remove rows with missing data if necessary.For example,Replacing missing values in age with the median value of the column.