Skip to content

Instantly share code, notes, and snippets.

@Ayeeta
Created September 18, 2019 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ayeeta/6ed15d2af71efec3144306e91f70a55e to your computer and use it in GitHub Desktop.
Save Ayeeta/6ed15d2af71efec3144306e91f70a55e to your computer and use it in GitHub Desktop.
Check sum of null values in columns
#let's see columns with null values
poverty_data.apply(lambda x: sum(x.isnull()), axis=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment