print out those row where column has missing value python code example Example: how to find rows with missing data in pandas null_data = df[df.isnull().any(axis=1)]