Skip to content

CLN: Remove GroupByError exception #32952

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

Merged
merged 3 commits into from
Mar 24, 2020
Merged

CLN: Remove GroupByError exception #32952

merged 3 commits into from
Mar 24, 2020

Conversation

dsaxton
Copy link
Member

@dsaxton dsaxton commented Mar 23, 2020

From what I can tell this exception isn't used / needed

@@ -368,7 +368,7 @@ def _agg_1dim(name, how, subset=None):
)
return colg.aggregate(how)

def _agg_2dim(name, how):
Copy link
Member Author

@dsaxton dsaxton Mar 23, 2020

Choose a reason for hiding this comment

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

Also doesn't seem to be used (the name arg)

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 - thanks for the cleanup

@WillAyd WillAyd added the Clean label Mar 24, 2020
@WillAyd WillAyd added this to the 1.1 milestone Mar 24, 2020
@jreback jreback merged commit 55636e6 into pandas-dev:master Mar 24, 2020
@jreback
Copy link
Contributor

jreback commented Mar 24, 2020

k thanks

@dsaxton dsaxton deleted the rm-groupbyerror branch March 24, 2020 19:56
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