Skip to content

Instantly share code, notes, and snippets.

@Ayeeta
Created September 18, 2019 13:52
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/562a2bf30ac939dd8d81f08041dd8521 to your computer and use it in GitHub Desktop.
Save Ayeeta/562a2bf30ac939dd8d81f08041dd8521 to your computer and use it in GitHub Desktop.
sum of null values in the states data frame
#let's see columns with null values
states.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