Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question No: 03 Consider the below data set for carrying out some data science activity. There are four columns identified by f1, f2, f3, f4,
Question No: 03 Consider the below data set for carrying out some data science activity. There are four columns identified by f1, f2, f3, f4, f5 ("f" means feature). In the table "NA" means "Not Available" (or missing value). Your task as a data engineer is to obtain the missing values using some imputation technique. The domain expert gave advice that f3 can be imputed using mean, f4 can be imputed using median and f5 can be imputed using mean based on the feature f2. Write the steps to be followed to obtain the missing values and re-write the dataset with the imputed values. [6 marks] row f1 f2 f3 f4 f5 1 25 A 5 3 37 2 27 B NA 5 38 3 28 17 NA 40 4 24 NA 4 43 5 29 C NA 6 36 6 22 17 5 NA 7 23 A 5 5 NA
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started