File tree 1 file changed +2
-2
lines changed
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.
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
+ - Fixed regression in :meth: `DataFrame.corr ` raising ``ValueError `` with ``method="spearman" `` on 32-bit platforms (:issue: `43588 `)
19
19
- Fixed performance regression in :meth: `MultiIndex.equals ` (:issue: `43549 `)
20
20
- Fixed regression in :meth: `Series.cat.reorder_categories ` failing to update the categories on the ``Series `` (:issue: `43232 `)
21
21
- Fixed regression in :meth: `Series.cat.categories ` setter failing to update the categories on the ``Series `` (:issue: `43334 `)
@@ -27,7 +27,7 @@ Fixed regressions
27
27
28
28
Bug fixes
29
29
~~~~~~~~~
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 `)
31
31
32
32
.. ---------------------------------------------------------------------------
33
33
You can’t perform that action at this time.
0 commit comments