DS31032023 - Missing Value Analysis Assignment

Hello Learners,

Perform Missing Value Analysis on the dataset in the following link: dataset link

Q1. Check the total missing value per column in the data.
Q2. Check the percentage missing value per column in the data
Q3. Delete the columns with more than 30% missing values.
Q4. Perform median imputation for all the numerical columns(use both fillna() and sklearn impute)
Q5. Perfomr mode imputation for all the categorical columns(use both fillna() and sklearn impute)

3 Likes

Hi sir,
please the check assignment solution below link.

Link for the answer given below: