Skip to content

Instantly share code, notes, and snippets.

@PranjalDureja0002
Created March 15, 2021 09:22
Show Gist options
  • Save PranjalDureja0002/651620b5466ab3ee5b86f2c6d1916a25 to your computer and use it in GitHub Desktop.
Save PranjalDureja0002/651620b5466ab3ee5b86f2c6d1916a25 to your computer and use it in GitHub Desktop.
missing values
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