質問編集履歴

1

追記(実行環境違い)

2020/02/12 10:05

投稿

goma-goma
goma-goma

スコア39

test CHANGED
File without changes
test CHANGED
@@ -33,3 +33,31 @@
33
33
  timeデータ形式
34
34
 
35
35
  ![イメージ説明](f6d5bb2fd947baec05bb346b1e733cf6.png)
36
+
37
+
38
+
39
+
40
+
41
+ ※【追記】
42
+
43
+ こちら、実行環境はpython3.6.1でしたが、
44
+
45
+ python3.7であれば上記エラーが発生しないことがわかりました。
46
+
47
+ こちら、python3.6の環境で、上記と同様の処理が行えるようにする方法がわかりましたら教えていただきたいです。
48
+
49
+
50
+
51
+ df
52
+
53
+ └<class 'pandas.core.series.Series'>
54
+
55
+ df.index
56
+
57
+ └<class 'pandas.core.indexes.datetimes.DatetimeIndex'>
58
+
59
+ time
60
+
61
+ └<class 'pandas._libs.tslibs.timestamps.Timestamp'>
62
+
63
+ となります。