回答編集履歴

2

set_indexの記述を追記

2019/12/22 03:11

投稿

gnbrganchan
gnbrganchan

スコア438

test CHANGED
@@ -6,6 +6,10 @@
6
6
 
7
7
  (追記)
8
8
 
9
+ うまくいかないのは日付をindexにしているからです。
10
+
11
+ [indexについて](https://note.nkmk.me/python-pandas-set-index/)
12
+
9
13
  set_indexは外しましょう。
10
14
 
11
15
  [特定行の抽出](https://pythondatascience.plavox.info/pandas/行・列の抽出)

1

set_indexに関する記述を追加

2019/12/22 03:11

投稿

gnbrganchan
gnbrganchan

スコア438

test CHANGED
@@ -1,3 +1,11 @@
1
1
  data2[data2.日付=='2010-01-01']
2
2
 
3
3
  みたいな感じでいけると思います。
4
+
5
+
6
+
7
+ (追記)
8
+
9
+ set_indexは外しましょう。
10
+
11
+ [特定行の抽出](https://pythondatascience.plavox.info/pandas/行・列の抽出)