8000 Prevent Unlimited Agg Recursion with Duplicate Col Names by WillAyd · Pull Request #21066 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Prevent Unlimited Agg Recursion with Duplicate Col Names #21066

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 10 commits into from
May 17, 2018
Prev Previous commit
Next Next commit
Updated whatsnew
  • Loading branch information
WillAyd committed May 16, 2018
commit 4a24f734047d387ce242c36dba16eb69388a3ca1
5 changes: 4 additions & 1 deletion doc/source/whatsnew/v0.23.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ Documentation Changes
Bug Fixes
~~~~~~~~~

-
Groupby/Resample/Rolling
^^^^^^^^^^^^^^^^^^^^^^^^

- Bug in :func:`DataFrame.agg` where applying multiple aggregation functions to a :class:`DataFrame` with duplicated column names would cause a stack overflow (:issue:`21063`)
-

Conversion
Expand Down
0