Skip to content

Commit 9a7a60a

Browse files
author
Jake Stevens-Haas
committed
DOC: Documentation for GH37635
This is a amended commit to solve pre-commit test: "rst ``code`` is two backticks"
1 parent 46821e8 commit 9a7a60a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.2.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ Reshaping
553553
- Bug in :meth:`DataFrame.agg` with ``func={'name':<FUNC>}`` incorrectly raising ``TypeError`` when ``DataFrame.columns==['Name']`` (:issue:`36212`)
554554
- Bug in :meth:`Series.transform` would give incorrect results or raise when the argument ``func`` was dictionary (:issue:`35811`)
555555
- Bug in :meth:`DataFrame.pivot` did not preserve :class:`MultiIndex` level names for columns when rows and columns both multiindexed (:issue:`36360`)
556+
- Bug in :meth:``DataFrame.pivot`` modified caller's ``index`` parameter when ``columns`` was passed but ``values`` was not (:issue:`37635`)
556557
- Bug in :func:`join` returned a non deterministic level-order for the resulting :class:`MultiIndex` (:issue:`36910`)
557558
- Bug in :meth:`DataFrame.combine_first()` caused wrong alignment with dtype ``string`` and one level of ``MultiIndex`` containing only ``NA`` (:issue:`37591`)
558559
- Fixed regression in :func:`merge` on merging DatetimeIndex with empty DataFrame (:issue:`36895`)

0 commit comments

Comments
 (0)