Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When printing TimestampArray in pyarrow the timezone information is ignored by PrettyPrint (_str_ calls to_string() in array.pxi).
import pyarrow as pa a = pa.array([0], pa.timestamp('s', tz='+02:00')) print(a) # representation not correct? # <pyarrow.lib.TimestampArray object at 0x7f834c7cb9a8> # [ # 1970-01-01 00:00:00 # ]
Attachments
Issue Links
- causes
-
ARROW-18298 [Python] datetime shifted when using pyarrow.Table.from_pandas to load a pandas DateFrame containing datetime with timezone
- Closed
- is a child of
-
ARROW-18359 PrettyPrint Improvements
- Open
- relates to
-
ARROW-14442 [R] fix behaviour when converting timestamps with "" as tzone
- Resolved