File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ including other versions of pandas.
1515Fixed regressions
1616~~~~~~~~~~~~~~~~~
1717- Fixed regression in :meth: `merge ` with integer and ``NaN `` keys failing with ``outer `` merge (:issue: `43550 `)
18- - Fixed regression in :meth: `DataFrame.corr ` raising ``ValueError `` with ``method="spearman `` on 32-bit platforms (:issue: `43588 `)
18+ - Fixed regression in :meth: `DataFrame.corr ` raising ``ValueError `` with ``method="spearman" `` on 32-bit platforms (:issue: `43588 `)
1919- Fixed performance regression in :meth: `MultiIndex.equals ` (:issue: `43549 `)
2020- Fixed regression in :meth: `Series.cat.reorder_categories ` failing to update the categories on the ``Series `` (:issue: `43232 `)
2121- Fixed regression in :meth: `Series.cat.categories ` setter failing to update the categories on the ``Series `` (:issue: `43334 `)
@@ -27,7 +27,7 @@ Fixed regressions
2727
2828Bug fixes
2929~~~~~~~~~
30- - Fixed bug in :meth: `.GroupBy.mean ` with datetimelike values including ``NaT `` values returning incorrect results (:issue`: 43132`)
30+ - Fixed bug in :meth: `.GroupBy.mean ` with datetimelike values including ``NaT `` values returning incorrect results (:issue: ` 43132 `)
3131
3232.. ---------------------------------------------------------------------------
3333
You can’t perform that action at this time.
0 commit comments