Answer (Choose 1 answer)
How would you replace the missing values in the column "normalized-losses" with the mean
A. mean = df ["normalized-losses"].mean()
B. df["normalized-losses").replace(np.nan, min)
C. df.dropna(subset=["price"], axis-8, inplace - True)
D. none of others
Exit 48