回答編集履歴
1
誤字の訂正
answer
CHANGED
@@ -7,5 +7,5 @@
|
|
7
7
|
|
8
8
|
df = pd.read_csv("test.csv", names=("timestamp", "status"))
|
9
9
|
print(df) # 1.572800e+09 error
|
10
|
-
print(pd.to_datetime(df["timestamp"]*10**9
|
10
|
+
print(pd.to_datetime(df["timestamp"]*10**9)) # 2019-11-03 16:53:57.291254528
|
11
11
|
```
|