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
+4
Original file line number
Diff line number
Diff line change
@@ -244,10 +244,14 @@ Performance Improvements
244
244
- Improved performance of :meth:`read_csv` by faster tokenizing and faster parsing of small float numbers (:issue:`25784`)
245
245
- Improved performance of :meth:`read_csv` by faster parsing of N/A and boolean values (:issue:`25804`)
246
246
<<<<<<< HEAD
247
+
<<<<<<< HEAD
247
248
- 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`)
248
249
- Improved performance of :meth:`DataFrame.to_csv` when writing datetime dtypes (:issue:`25708`)
249
250
- Improved performance of :meth:`read_csv` by much faster parsing of ``MM/YYYY`` and ``DD/MM/YYYY`` datetime formats (:issue:`25922`)
250
251
=======
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)
251
255
- Improved performance of :meth:DataFrame.`to_csv` when write datetime dtype data (:issue:`25708`)
252
256
<<<<<<< HEAD
253
257
>>>>>>> f53bb0619... Improved performance of :meth:DataFrame.to_csv when write datetime dtype data (#25765)
0 commit comments