Created
June 9, 2021 06:19
-
-
Save ParthNipunDave/556ef8d574a839cd1db1083821b9d766 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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