to check for missing data in a dataframe code example Example: how to filing the missing data by mean of row in dataframe in pandas df.T.fillna(df.mean(axis=1)).T