-
-
Save PranjalDureja0002/be9bb6826cf1f276002d570039daffc0 to your computer and use it in GitHub Desktop.
data
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