Skip to content

Instantly share code, notes, and snippets.

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