-
-
Save PranjalDureja0002/d23b526c0e6aad1d3d5acf12bde6ed7a 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