-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: Don't catch TypeError in FrameApply.agg #40543
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (assuming CI failures are unrelated)
…g_frame_no_try � Conflicts: � pandas/core/apply.py
…_no_try # Conflicts: # pandas/tests/apply/test_invalid_arg.py
@jbrockmendel - merged master CI is now green except code coverage, which appears incorrect to me. Throwing a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM cc @jreback
thanks @rhshadrach |
Ref: #34224. Back when transform and agg shared code, this was introduced to stop transform from having an infinite recursive loop. Now they do not, it is no longer necessary and only serves to obfusticate the error message.