Bug: Resample removes timezone localization from Period.start_time #28039
Labels
Bug
Error Reporting
Incorrect or improved errors from pandas
Period
Period data type
Resample
resample method
Timezones
Timezone data dtype
Code Sample
Problem description
All the Periods in the resampled PeriodIndex should have their start_time and end_time TimeStamps set with the correct Timezone.
Since the the DateTimeIndex was tz aware the attributes in the PeriodIndex should be too.
This is probably related to #13238 and #15777
Expected Output
Europe/Berlin
Europe/Berlin
Europe/Berlin
Tested Version
pandas 0.25.0
The text was updated successfully, but these errors were encountered: