Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Fix TypeError in _cython_agg_blocks #29035

Merged
merged 7 commits into from
Oct 17, 2019

Conversation

jbrockmendel
Copy link
Member

and change one of the high-level except Exceptions in groupby.groupby to except (TypeError, NotImplementedError). The remaining TypeError will be addressed in a separate PR. Haven't decided about the remaining NotImplementedError.

cc @jreback @WillAyd.

Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. As mentioned in other PR I am hoping to do away with this block management entirely so not sure how much you want to invest in this...but of course no guarantees on that so up to you

@jbrockmendel
Copy link
Member Author

As mentioned in other PR I am hoping to do away with this block management entirely so not sure how much you want to invest in this...

I still very much want to see that happen. FWIW this should be the last PR in this sequence directly touching cython_agg_blocks. After this there is one more PR that implements group_add for complex dtypes at which point we can stop catching the (TypeError, NotImplementedError) in groupby.py:L1360.

@jreback jreback added this to the 1.0 milestone Oct 17, 2019
@jreback jreback merged commit 9d45934 into pandas-dev:master Oct 17, 2019
@jreback
Copy link
Contributor

jreback commented Oct 17, 2019

thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the faster41b branch October 17, 2019 15:27
HawkinsBA pushed a commit to HawkinsBA/pandas that referenced this pull request Oct 29, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
bongolegend pushed a commit to bongolegend/pandas that referenced this pull request Jan 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants