You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.1.4.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Fixed regressions
30
30
- Fixed regression in setitem with :meth:`DataFrame.iloc` which raised error when trying to set a value while filtering with a boolean list (:issue:`36741`)
31
31
- Fixed regression in setitem with a Series getting aligned before setting the values (:issue:`37427`)
32
32
- Fixed regression in :attr:`MultiIndex.is_monotonic_increasing` returning wrong results with ``NaN`` in at least one of the levels (:issue:`37220`)
33
-
- Fixed regression in :meth:`crosstab` that failed when the input series are categorical. (:issue:`37465`)
33
+
- Fixed regression in :meth:`crosstab` that failed when the input series are categorical (:issue:`37465`)
34
34
- Fixed regression in inplace arithmetic operation on a Series not updating the parent DataFrame (:issue:`36373`)
0 commit comments