8000 DEPR: dropping nuisance columns in DataFrameGroupby apply, agg, transform by jbrockmendel · Pull Request #41475 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DEPR: dropping nuisance columns in DataFrameGroupby apply, agg, transform #41475

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 9 commits into from
May 26, 2021
Merged
Prev Previous commit
Next Next commit
doc fixup
  • Loading branch information
jbrockmendel committed May 14, 2021
commit b9ae4ed7ecaa1d3dd9d50051ede94ac2321ba08b
1 change: 1 addition & 0 deletions doc/source/user_guide/groupby.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ arguments. Using a bit of metaprogramming cleverness, GroupBy now has the
ability to "dispatch" method calls to the groups:

.. ipython:: python
:okwarning:

grouped.std()

Expand Down
0