Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
On this page
https://arrow.apache.org/docs/python/timestamps.html
There is a code
pdf = pd.DataFrame(
)
which definitely creates a timestamps of 2019-01-01, but one line after it goes the output:
pdf
naive aware
0 2018-10-01 2018-10-01 00:00:00.000000500-08:00
How it can be 2018-10-01? This is definitely wrong.