get rows of one column has missing vlaue in pandas code example Example: how to find rows with missing data in pandas null_data = df[df.isnull().any(axis=1)]