TIL/[겨울방학 부트캠프]TIL

TIL 11일차 (22.01.16)

맹찬 2022. 1. 17. 03:20
sns.catplot(x= 'Pclass',y = 'SibSp',kind = 'point', data = titanic_df)
plt.show()

Pclass 1과 2에서는 평균 SibSp가 비슷했고, Pclass 3에서 SibSp가 증가했음을 볼 수 있다.