File tree 1 file changed +1
-1
lines changed
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.
15
15
Fixed regressions
16
16
~~~~~~~~~~~~~~~~~
17
17
- 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
19
- Fixed performance regression in :meth: `MultiIndex.equals ` (:issue: `43549 `)
19
20
- Fixed regression in :meth: `Series.cat.reorder_categories ` failing to update the categories on the ``Series `` (:issue: `43232 `)
20
21
- 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 `)
22
22
-
23
23
24
24
.. ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments