Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Unhelpful error message when groupby() called with a column that is duplicated #7511
Comments
|
that does seem unhelpful! care to do a pull-request to fix (prob just catch the |
jreback
added Error Reporting Groupby
labels
Jun 19, 2014
jreback
added this to the
0.15.0
milestone
Jun 19, 2014
|
came up on SO (a couple of times) http://stackoverflow.com/q/25624022/1240268 http://stackoverflow.com/q/21172271/1240268 |
jreback
referenced
this issue
Sep 8, 2014
Closed
BUG: Fix groupby duplicate column error message #8210
jreback
modified the milestone: 0.15.0, 0.15.1
Sep 10, 2014
|
closed by #8210 |
jreback
closed this
Sep 10, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cpbl commentedJun 19, 2014
The following code:
gives the following error:
Instead, it should say "Cannot groupby a column which exists more than once"