You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/11 11:50:18 UTC

[GitHub] [arrow] alippai edited a comment on pull request #8162: ARROW-9962: [Python] Fix conversion to_pandas with tz-aware index column and fixed offset timezones

alippai edited a comment on pull request #8162:
URL: https://github.com/apache/arrow/pull/8162#issuecomment-691047149


   `StringToTzinfo` always creates `pytz.FixedOffset`, while it could create `timezone(timedelta(hours=*,minutes=*))`. I assume technically they are interchangeable, but this way it doesn't survive the pandas roundtrip. Does the pyarrow roundtrip test compare the string values? Should pyarrow record the source type info?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org