Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
combinatorial explosion when merging dataframes #2690
Comments
|
Thanks. I'll have a look when I can (later this week) |
wesm
closed this
in 78d090a
Jan 19, 2013
wesm
was assigned
Jan 20, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gdraps commentedJan 14, 2013
Hi Wes, Not sure if this is real, but opening to follow up on a comment in http://stackoverflow.com/questions/14199168/combinatorial-explosion-when-merging-dataframes-in-pandas. Here's a fabricated example to reproduce
MergeError: Combinatorial explosion! (boom)in tools/merge.py:The value of group_sizes at the time of exception is:
The exception does not occur if the common columns are set as the index, though.