Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
groupby UTC timestamp aggregation #11616
Comments
|
so this works w/o the selection. I'll mark it, and if you'd like to dig in, pull-requests are welcome!
|
jreback
added Bug Groupby Difficulty Novice Regression Timezones Effort Low
labels
Nov 16, 2015
jreback
added this to the
Next Major Release
milestone
Nov 16, 2015
varun-kr
referenced
this issue
Nov 23, 2015
Closed
BUG: GH11616 fixes timezone selection error #11672
jreback
modified the milestone: 0.18.0, Next Major Release
Nov 24, 2015
jreback
added a commit
that referenced
this issue
Nov 27, 2015
|
|
varun-kr + jreback |
e838266
|
|
closed by #11672 |
jreback
closed this
Nov 27, 2015
jorisvandenbossche
referenced
this issue
Feb 19, 2016
Closed
datetime gets converted to int64 in groupby agg #12394
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
alexandreyc commentedNov 16, 2015
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