8000 Allow multiple lambdas in Groupby.aggregate by TomAugspurger · Pull Request #26905 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Allow multiple lambdas in Groupby.aggregate #26905

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 12 commits into from
Jun 27, 2019
Prev Previous commit
Next Next commit
doc
  • Loading branch information
TomAugspurger committed Jun 26, 2019
commit 6581abc177123949d0d8978a1a23fb64f9f0da23
4 changes: 4 additions & 0 deletions pandas/core/groupby/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1733,6 +1733,10 @@ def _managle_lambda_list(aggfuncs):
"""
Copy link
Contributor

Choose a reason for hiding this comment

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

can you add Parameters & types

Possibly mangle a list of aggfuncs.

Parameters
----------
aggfuncs : Sequence

Returns
-------
mangled: list-like
Expand Down
0