質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
# Load Titanic dataset
|
14
14
|
titanic = sns.load_dataset("titanic")
|
15
|
-
sns.catplot('class', col='sex',data=titanic, kind="count"
|
15
|
+
sns.catplot('class', col='sex',data=titanic, kind="count")
|
16
16
|
```
|
17
17
|

|
18
18
|
|