return record when one column ha missing value code example Example: how to find rows with missing data in pandas Click to copynull_data = df[df.isnull().any(axis=1)]