Skip to content

Instantly share code, notes, and snippets.

@ParthNipunDave
Created June 9, 2021 06:57
Show Gist options
  • Save ParthNipunDave/1dc4221f89c6d79421f441420c019b77 to your computer and use it in GitHub Desktop.
Save ParthNipunDave/1dc4221f89c6d79421f441420c019b77 to your computer and use it in GitHub Desktop.
print('Number of unique values --> ',data['BMI'].nunique())
sns.displot(data['BMI'])
sns.boxplot(data=data,y='BMI')
sns.boxplot(data=data,x='Outcome',y='BMI')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment