Skip to content

Instantly share code, notes, and snippets.

@ting11222001
Created July 3, 2020 04:35
Show Gist options
  • Save ting11222001/91ac7740162b7ca9413369d9e76be04b to your computer and use it in GitHub Desktop.
Save ting11222001/91ac7740162b7ca9413369d9e76be04b to your computer and use it in GitHub Desktop.
# Check where are the nan rows
nan_df = all_data[all_data.isna().any(axis = 1)]
nan_df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment