Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-378

Python: Respect timezone on conversion of Pandas datetime columns

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • Python

    Description

      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.

      Attachments

        Activity

          People

            ahnj Jim Ahn
            uwe Uwe Korn
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: