Skip to content

Instantly share code, notes, and snippets.

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