-
-
Save tengpeng/bbd213af09d61fd4e6a4 to your computer and use it in GitHub Desktop.
drop NA py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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