回答編集履歴

2

pivot\(\)関数のネームスペース間違いを改善

2017/08/03 04:08

投稿

magichan
magichan

スコア15898

test CHANGED
@@ -1,4 +1,4 @@
1
- ``pandas.pivot()`` をお使いください
1
+ ``pandas.DataFrame.pivot()`` をお使いください
2
2
 
3
3
 
4
4
 

1

リンク追加

2017/08/03 04:08

投稿

magichan
magichan

スコア15898

test CHANGED
@@ -1,4 +1,8 @@
1
1
  ``pandas.pivot()`` をお使いください
2
+
3
+
4
+
5
+ [https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.pivot.html](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.pivot.html)
2
6
 
3
7
 
4
8