Answers for "how to fill nas on a dataframe with median"

5

how to fill nas on a dataframe with median

df.fillna(df.mean(), inplace=True)
Posted by: Guest on May-20-2020

Code answers related to "how to fill nas on a dataframe with median"

Python Answers by Framework

Browse Popular Code Answers by Language