You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/01/21 16:20:26 UTC

[jira] [Closed] (ARROW-378) Python: Respect timezone on conversion of Pandas datetime columns

     [ https://issues.apache.org/jira/browse/ARROW-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney closed ARROW-378.
------------------------------
    Resolution: Won't Fix

> Python: Respect timezone on conversion of Pandas datetime columns
> -----------------------------------------------------------------
>
>                 Key: ARROW-378
>                 URL: https://issues.apache.org/jira/browse/ARROW-378
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Uwe L. Korn
>            Assignee: Jim Ahn
>              Labels: newbie
>
> Currently we convert columns irrespectively of their timezone directly to timestamps in Arrow. While in Pandas you are able to specify timezones, in Arrow we have the assumptions that a Timestamp is always the time of the specified unit since 00:00:00.000 on 1 January 1970, UTC. Thus we have to check if {{df['column‘].tz}} is set and convert if necessary to UTC before converting to an Arrow column. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)