-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
ReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, ExplodeTimezonesTimezone data dtypeTimezone data dtype
Description
Hi,
Having two DataFrames with index being tz-aware Timestamp objects
print(concat_df[0].index.tz, concat_df[1].index.tz)
fxt = pd.concat(concat_df, axis=1)
print(fxt.index.tz)
This leads to the following output
Australia/Melbourne Australia/Melbourne
UTC
I believe this may be in some way related to #7562
pandas version = 0.21.0
antvig
Metadata
Metadata
Assignees
Labels
ReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, ExplodeTimezonesTimezone data dtypeTimezone data dtype