how to check missing data in a row python code example Example: pandas get rows with missing data null_data = df[df.isnull().any(axis=1)]