Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Created January 31, 2016 22:59
Show Gist options
  • Save tengpeng/bbd213af09d61fd4e6a4 to your computer and use it in GitHub Desktop.
Save tengpeng/bbd213af09d61fd4e6a4 to your computer and use it in GitHub Desktop.
drop NA py
users_nan = (users.isnull().sum() / users.shape[0]) * 100
users_nan[users_nan > 0].drop('country_destination')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment