Skip to content

Instantly share code, notes, and snippets.

@ParthNipunDave
Created June 9, 2021 06:25
Show Gist options
  • Select an option

  • Save ParthNipunDave/82e30b19a8834df6576be274a85cf555 to your computer and use it in GitHub Desktop.

Select an option

Save ParthNipunDave/82e30b19a8834df6576be274a85cf555 to your computer and use it in GitHub Desktop.
print('Number of unique values --> ',data['BloodPressure'].nunique())
sns.displot(data['BloodPressure'])
sns.boxplot(data=data,y='BloodPressure')
sns.boxplot(data=data,x='Outcome',y='BloodPressure')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment