Skip to content

Instantly share code, notes, and snippets.

@PranjalDureja0002
Created March 2, 2021 10:06
Show Gist options
  • Save PranjalDureja0002/d23b526c0e6aad1d3d5acf12bde6ed7a to your computer and use it in GitHub Desktop.
Save PranjalDureja0002/d23b526c0e6aad1d3d5acf12bde6ed7a to your computer and use it in GitHub Desktop.
data
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