Skip to content

Instantly share code, notes, and snippets.

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