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/v0.23.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -1079,6 +1079,7 @@ Performance Improvements
1079
1079
- Improved performance of :func:`pandas.core.groupby.GroupBy.pct_change` (:issue:`19165`)
1080
1080
- Improved performance of :func:`Series.isin` in the case of categorical dtypes (:issue:`20003`)
1081
1081
- Improved performance of ``getattr(Series, attr)`` when the Series has certain index types. This manifiested in slow printing of large Series with a ``DatetimeIndex`` (:issue:`19764`)
1082
+
- Improved performance of :meth:`CategoricalIndex.is_monotonic_increasing` and :meth:`CategoricalIndex.is_monotonic_decreasing` and :meth:`CategoricalIndex.is_monotonic` (:issue:`19764`)
1082
1083
- Fixed a performance regression for :func:`GroupBy.nth` and :func:`GroupBy.last` with some object columns (:issue:`19283`)
0 commit comments