Created
March 15, 2021 09:22
-
-
Save PranjalDureja0002/651620b5466ab3ee5b86f2c6d1916a25 to your computer and use it in GitHub Desktop.
missing values
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
per_miss_values = patient_data.isnull().sum() * 100 / len(patient_data) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment