
Ultimate access to all questions.
You are given a dataset with numerous missing values and nulls. Describe how you would handle these missing data points, including the strategies you would employ to fill or remove them without compromising the dataset's integrity.
A
Remove all rows with missing data or nulls to simplify the dataset.
B
Fill missing data with arbitrary values without any specific strategy.
C
Use imputation techniques such as mean, median, or mode filling, or forward/backward filling, based on the context of the data.
D
Ignore missing data as they are not critical to the analysis.