Skip to content

Commit 38ea1f2

Browse files
committed
[PERF] Get rid of MultiIndex conversion in IntervalIndex.is_monotonic methods (pandas-dev#25820)
1 parent d303045 commit 38ea1f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

+4
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,14 @@ Performance Improvements
244244
- Improved performance of :meth:`read_csv` by faster tokenizing and faster parsing of small float numbers (:issue:`25784`)
245245
- Improved performance of :meth:`read_csv` by faster parsing of N/A and boolean values (:issue:`25804`)
246246
<<<<<<< HEAD
247+
<<<<<<< HEAD
247248
- Imporved performance of :meth:`IntervalIndex.is_monotonic`, :meth:`IntervalIndex.is_monotonic_increasing` and :meth:`IntervalIndex.is_monotonic_decreasing` by removing conversion to :class:`MultiIndex` (:issue:`24813`)
248249
- Improved performance of :meth:`DataFrame.to_csv` when writing datetime dtypes (:issue:`25708`)
249250
- Improved performance of :meth:`read_csv` by much faster parsing of ``MM/YYYY`` and ``DD/MM/YYYY`` datetime formats (:issue:`25922`)
250251
=======
252+
=======
253+
- Imporved performance of :meth:`IntervalIndex.is_monotonic`, :meth:`IntervalIndex.is_monotonic_increasing` and :meth:`IntervalIndex.is_monotonic_decreasing` by removing conversion to :class:`MultiIndex` (:issue:`24813`)
254+
>>>>>>> ef3bec26c... [PERF] Get rid of MultiIndex conversion in IntervalIndex.is_monotonic methods (#25820)
251255
- Improved performance of :meth:DataFrame.`to_csv` when write datetime dtype data (:issue:`25708`)
252256
<<<<<<< HEAD
253257
>>>>>>> f53bb0619... Improved performance of :meth:DataFrame.to_csv when write datetime dtype data (#25765)

0 commit comments

Comments
 (0)