Question: 8 The price column in your data set has its mean stored in the variable mean. Which line of code replaces the missing values in
8 The price column in your data set has its mean stored in the variable mean. Which line of code replaces the missing values in the column "price" with the mean of that column? df.replace(np.nana, mean) df.replace(["price", mean) df.price=replace(np.nan, mean) df["price"].replace(np.nan, mean)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
