Skip to content

Instantly share code, notes, and snippets.

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