Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Unexpected behavior with groupby on single-row dataframe? #11741
Comments
|
Yeah, there is a problem. I discovered that while working on issue #11640 I've a PR ready |
nbonnotte
referenced
this issue
Jan 16, 2016
Closed
TST in .drop and .groupby for dataframes with multi-indexed columns #11717
|
Solved with PR #12063 |
jreback
added the
Groupby
label
Jan 16, 2016
jreback
added this to the
0.18.0
milestone
Jan 16, 2016
jreback
added the
Bug
label
Jan 16, 2016
nbonnotte
added a commit
to nbonnotte/pandas
that referenced
this issue
Jan 16, 2016
|
|
nbonnotte |
a5c4555
|
jreback
closed this
in e9e8598
Jan 17, 2016
dwyatte
commented
Jan 19, 2016
|
Great, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dwyatte commentedDec 2, 2015
Do single-row dataframes (not series) get special treatment in some way? It seems you can do arbitrary groupby operations on them on non-existent columns without errors.