You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah. I'd recommend making a branch that does everything (moving the helpers, implementing NamedAgg for window), to prove things work, and then split the moving of helpers to its own PR.
Related to #28333 and #26513
There are several helper methods to help with named aggregations, that are found in
pandas.core.groupby.generic
, namely:_is_multi_agg_with_relabel
_normalize_keyword_aggregation
_make_unique
If this functionality gets standardized across aggregations other than just
groupby
, it would make sense to have these moved out of this file.The text was updated successfully, but these errors were encountered: