Skip to content

Instantly share code, notes, and snippets.

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