回答編集履歴
1
誤字の訂正
test
CHANGED
@@ -16,6 +16,6 @@
|
|
16
16
|
|
17
17
|
print(df) # 1.572800e+09 error
|
18
18
|
|
19
|
-
print(pd.to_datetime(df["timestamp"]*10**9
|
19
|
+
print(pd.to_datetime(df["timestamp"]*10**9)) # 2019-11-03 16:53:57.291254528
|
20
20
|
|
21
21
|
```
|