Created
June 14, 2019 11:52
-
-
Save MariaLavrovskaya/58ece0b66bb34fa72326cad72ce38e76 to your computer and use it in GitHub Desktop.
This file contains 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
#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