Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: odd transform behaviour with integers #7972
Comments
|
I think the can you give a try ? |
|
that doesn't fix it i just tried |
|
was close though! |
|
yep! |
jreback
added Bug Groupby
labels
Aug 10, 2014
jreback
added this to the
0.15.0
milestone
Aug 10, 2014
cpcloud
closed this
in #7973
Aug 10, 2014
|
@dsm054 thanks for the report! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dsm054 commentedAug 9, 2014
After grouping on an integer column, we seem to forget that we have groups:
To make it even more obvious:
Switching to a float index seems to avoid the issues as well.