Skip to content

Instantly share code, notes, and snippets.

@MariaLavrovskaya
Created June 14, 2019 11:52
Show Gist options
  • Save MariaLavrovskaya/58ece0b66bb34fa72326cad72ce38e76 to your computer and use it in GitHub Desktop.
Save MariaLavrovskaya/58ece0b66bb34fa72326cad72ce38e76 to your computer and use it in GitHub Desktop.
#Let's also check the column-wise distribution of null values
print(df_1.isnull().values.sum())
print(df_1.isnull().sum())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment