We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda328b commit b382b17Copy full SHA for b382b17
doc/source/whatsnew/v0.25.0.rst
@@ -177,6 +177,7 @@ Performance Improvements
177
- Improved performance of :meth:`pandas.core.groupby.GroupBy.quantile` (:issue:`20405`)
178
- Improved performance of :meth:`read_csv` by faster tokenizing and faster parsing of small float numbers (:issue:`25784`)
179
- Improved performance of :meth:`read_csv` by faster parsing of N/A and boolean values (:issue:`25804`)
180
+- Improved performance of :meth:`IntervalIndex.is_unique` by removing conversion to `MultiIndex` (:issue:`24813`)
181
182
.. _whatsnew_0250.bug_fixes:
183
0 commit comments