SyntaxFix
Write A Post
Hire A Developer
Questions
To find out which rows have NaNs in a specific column:
nan_rows = df[df['name column'].isnull()]