We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19dce0 commit e4ac532Copy full SHA for e4ac532
doc/source/whatsnew/v1.2.0.rst
@@ -450,6 +450,7 @@ Reshaping
450
- Bug in func :meth:`crosstab` when using multiple columns with ``margins=True`` and ``normalize=True`` (:issue:`35144`)
451
- Bug in :meth:`DataFrame.agg` with ``func={'name':<FUNC>}`` incorrectly raising ``TypeError`` when ``DataFrame.columns==['Name']`` (:issue:`36212`)
452
- Bug in :meth:`Series.transform` would give incorrect results or raise when the argument ``func`` was dictionary (:issue:`35811`)
453
+- Bug in :meth:`DataFrame.pivot` did not preserve :class:`MultiIndex` level names for columns when rows and columns both multiindexed (:issue:`36360`)
454
-
455
456
Sparse
0 commit comments