groupby UTC timestamp aggregation #11616
Labels
Bug
Groupby
Regression
Functionality that used to work in a prior pandas version
Timezones
Timezone data dtype
Milestone
Hi all,
I've found an inconsistency between pandas 0.17 and 0.16.2 when aggregating on UTC timestamps. Here is a snippet to reproduce the problem:
On 0.16.2 the output seems correct, i.e it returns timestamps:
However on 0.17 it returns timestamps as integers:
It should be noted that the problem doesn't appear with
tz=None
.Thanks for your help,
Alexandre
The text was updated successfully, but these errors were encountered: