pandas fill null with mean only on numeric values code example Example: fill missing values in column pandas with mean df.fillna(df.mean(), inplace=True)