HOW TO CHANGE NULL VALUES TO AVERAGE OF A ROW pd code example Example: pandas to convert null values to mean in numeric column df.fillna(df.mean(), inplace=True)