Question: 8 What task does the following code segment do to a data frame df? mean = df[price].mean() df[price].replace(np.nan, mean) 1 point It drops rows that

8 What task does the following code segment do to a data frame df? mean = df["price"].mean() df["price"].replace(np.nan, mean) 1 point It drops rows that contain missing values It replaces the missing values in the column "price" with the mean values of that column It replaces the data in the column "price" with normalized values It calculates the mean of the data in the column "price

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!