BUG: resample().nearest() throws an exception if tz is provided for the DatetimeIndex #33895
Labels
good first issue
Needs Tests
Unit test(s) needed to prevent regressions
Resample
resample method
Timezones
Timezone data dtype
Milestone
Here a simple create of a pandas DataFrame:
When trying to resample like this
this throws an exception:
However, if we remove the tz filed it works:
The used pandas version is:
The text was updated successfully, but these errors were encountered: