BUG: groupby.apply doesn't allow passing args/kwargs with a str func #46479
Labels
API - Consistency
Internal Consistency of API/Behavior
Apply
Apply, Aggregate, Transform, Map
Bug
Groupby
Milestone
This raises on the
result = ...
line. However, it works with agg and transform. E.g.produces
I ran into this while working on #46072. There are tests which use apply that would raise a warning about the changing default; at the current state a user would not be able to silence the warning.
The text was updated successfully, but these errors were encountered: