Skip to content

BUG: Fix unintentionally added suffix in DataFrame.apply/agg and Series.apply/agg #36231

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 17 commits into from
Sep 13, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc fix
  • Loading branch information
charlesdong1991 committed Sep 9, 2020
commit cb8caf441f37ad08efe82932307e8ca796bceff3
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ including other versions of pandas.

Fixed regressions
~~~~~~~~~~~~~~~~~
- Regression in :meth:``DataFrame.agg``, :meth:``DataFrame.apply``, :meth:``Series.agg``, and :meth:``Series.apply`` where internal suffix is exposed to the users when no relabelling is applied. (:issue:`36189`)
- Regression in :meth:`DataFrame.agg`, :meth:`DataFrame.apply`, :meth:`Series.agg`, and :meth:`Series.apply` where internal suffix is exposed to the users when no relabelling is applied (:issue:`36189`)

.. ---------------------------------------------------------------------------

Expand Down