Question 15
While performing exploratory data analysis (EDA) on a dataset, you come across some columns with a high percentage of missing values. Along with that, a few categorical columns have a large number of unique categories. Which of the following actions would typically be a recommended initial approach during EDA? (Choose multiple correct options.)
Visualizing the data distribution of columns to understand their characteristics.
Using dimensionality reduction techniques, like PCA, to handle columns with many unique categories.
Visualizing the distribution of missing values across the dataset to ascertain any patterns or systematic missingness.
Removing columns that have more than 90% missing values without any context.