[diary #8] three feature visualize

kamchur·2022년 11월 26일
0

😁START

I want visualize three features.
example data : titanic
purpose : Pclass, Survived, Sex

plt.figure(figsize=(12,5))
sns.barplot(x='Pclass',y='Survived', hue='Sex',data=titanic , estimator=np.mean) # data check
plt.show()


😂END

2022.11.26. first commit
profile
chase free

0개의 댓글