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.25.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -525,7 +525,7 @@ Performance Improvements
525
525
- Improved performance of :meth:`Series.searchsorted`. The speedup is especially large when the dtype is
526
526
int8/int16/int32 and the searched key is within the integer bounds for the dtype (:issue:`22034`)
527
527
- Improved performance of :meth:`pandas.core.groupby.GroupBy.quantile` (:issue:`20405`)
528
-
- Improved performance of slicing and other selected operation on a :class:`RangeIndex` (:issue:`26565`, :issue:`26617`)
528
+
- Improved performance of slicing and other selected operation on a :class:`RangeIndex` (:issue:`26565`, :issue:`26617`, :issue:`26722`)
529
529
- Improved performance of :meth:`read_csv` by faster tokenizing and faster parsing of small float numbers (:issue:`25784`)
530
530
- Improved performance of :meth:`read_csv` by faster parsing of N/A and boolean values (:issue:`25804`)
531
531
- Improved performance of :attr:`IntervalIndex.is_monotonic`, :attr:`IntervalIndex.is_monotonic_increasing` and :attr:`IntervalIndex.is_monotonic_decreasing` by removing conversion to :class:`MultiIndex` (:issue:`24813`)
0 commit comments