You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "SHIMA Tatsuya (Jira)" <ji...@apache.org> on 2022/02/08 12:47:00 UTC

[jira] [Created] (ARROW-15610) [Python] Type aliases for timestamp with timezone

SHIMA Tatsuya created ARROW-15610:
-------------------------------------

             Summary: [Python] Type aliases for timestamp with timezone
                 Key: ARROW-15610
                 URL: https://issues.apache.org/jira/browse/ARROW-15610
             Project: Apache Arrow
          Issue Type: Improvement
    Affects Versions: 7.0.0
            Reporter: SHIMA Tatsuya


I had a hard time understanding that when I used `pyarrow.csv.read_csv` to convert CSV to Table, I couldn't specify the type of column with time zone with something like `timestamp[ms]`.

It would be great to have aliases for timestamp with timezone (like `timestamp[ms, tz=utc]`).

https://github.com/apache/arrow/blob/d78967e25903faa2894bc86b2b2b8fc63711afeb/python/pyarrow/types.pxi#L2716-L2770



--
This message was sent by Atlassian Jira
(v8.20.1#820001)