python impute missing values with mean of each column code example Example: fill missing values in column pandas with mean df.fillna(df.mean(), inplace=True)