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

CLN: catch less in groupby #29077

Merged
merged 1 commit into from
Oct 18, 2019
Merged

CLN: catch less in groupby #29077

merged 1 commit into from
Oct 18, 2019

Conversation

jbrockmendel
Copy link
Member

This is the second place where the DecimalArray case has popped up, will move to fix that before too long.

@jreback jreback added this to the 1.0 milestone Oct 18, 2019
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

lgtm ping on green

@jreback jreback merged commit 58d34d9 into pandas-dev:master Oct 18, 2019
@jbrockmendel jbrockmendel deleted the faster37 branch October 18, 2019 18:10
# raised directly by _aggregate_multiple_funcs
pass
elif "decimal does not support skipna=True" in str(err):
# FIXME: kludge for DecimalArray tests
Copy link
Member

Choose a reason for hiding this comment

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

What is the end goal of this change?
I don't think we should have special cases in the code for our tests?

Copy link
Member Author

Choose a reason for hiding this comment

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

The upcoming fix here is to have DecimalArray._reduce implement support skipna=True.

A lot of spaghetti code here is driven by the numeric_only behavior that suppresses exceptions.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants