回答編集履歴
1
参照を追加
answer
CHANGED
@@ -41,4 +41,11 @@
|
|
41
41
|
2 3 0 1 0 1 0 0 0
|
42
42
|
3 4 1 0 1 0 0 0 1
|
43
43
|
4 5 0 0 0 0 0 1 0
|
44
|
-
```
|
44
|
+
```
|
45
|
+
|
46
|
+
詳細については以下をお読みください。
|
47
|
+
|
48
|
+
[pandasで要素、行、列に関数を適用するmap, applymap, apply](https://note.nkmk.me/python-pandas-map-applymap-apply/)
|
49
|
+
[pandasのデータフレームのexplodeメソッドの紹介](https://analytics-note.xyz/programming/pandas-dataframe-explode/)
|
50
|
+
[pandasでカテゴリ変数をダミー変数に変換(get_dummies)](https://note.nkmk.me/python-pandas-get-dummies/)
|
51
|
+
[pandas.DataFrameをGroupByでグルーピングし統計量を算出](https://note.nkmk.me/python-pandas-groupby-statistics/)
|