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
Original file line number
Diff line number
Diff line change
@@ -336,6 +336,7 @@ Performance Improvements
336
336
- Improved performance of :meth:`Series.map` for dictionary mappers on categorical series by mapping the categories instead of mapping all values (:issue:`23785`)
337
337
- Improved performance of :meth:`read_csv` by faster concatenating date columns without extra conversion to string for integer/float zero
338
338
and float NaN; by faster checking the string for the possibility of being a date (:issue:`25754`)
339
+
- Improved performance of :meth:`IntervalIndex.is_unique` by removing conversion to `MultiIndex` (:issue:`24813`)
0 commit comments