check for na rows in pandas code example Example: pandas df where row has na df[df.isna().any(axis=1)]