Created
June 9, 2021 06:25
-
-
Save ParthNipunDave/82e30b19a8834df6576be274a85cf555 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['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