replace missing values of data frame with a number in python code example Example: pandas to convert null values to mean in numeric column df.fillna(df.mean(), inplace=True)