-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
pd.concat reset the tz-aware index to UTC #18422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
pls show a copy pastable example |
Thanks for the report. Unfortunatelly, I couldn't reproduce the issue using 0.21.0. Can you attach reproducible code and
|
Hi there, Unfortunately those files are quite large, and I cannot upload them. However I have some additional information about this issue: The first dataset (df_concat[0]) has a Timestamp object converted from UTC as following:
This lead to The second dataset (df_concat[1]) has the Timestamp object being localized as following As you can see the resulting timezones are both Australia/Melbourne, but they are expressed differently. |
Hi, I work with Pandas 18.0 but I guess this is the same "issue" (maybe it's not really an issue) |
closing as no repro. If you have a copy-pastable example pls open a new issue. |
Hi,
Having two DataFrames with index being tz-aware Timestamp objects
This leads to the following output
I believe this may be in some way related to #7562
pandas version = 0.21.0
The text was updated successfully, but these errors were encountered: