File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ 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 `)
1819- Fixed performance regression in :meth: `MultiIndex.equals ` (:issue: `43549 `)
1920- Fixed regression in :meth: `Series.cat.reorder_categories ` failing to update the categories on the ``Series `` (:issue: `43232 `)
2021- Fixed regression in :meth: `Series.cat.categories ` setter failing to update the categories on the ``Series `` (:issue: `43334 `)
21- - Fixed regression in :meth: `DataFrame.corr ` raising ``ValueError `` with ``method="spearman `` on 32-bit platforms (:issue: `43588 `)
2222-
2323
2424.. ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments