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