We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4251e6f commit 3a850afCopy full SHA for 3a850af
doc/source/whatsnew/v0.25.0.rst
@@ -579,7 +579,7 @@ Performance Improvements
579
- Improved performance of :attr:`IntervalIndex.is_unique` by removing conversion to ``MultiIndex`` (:issue:`24813`)
580
- Restored performance of :meth:`DatetimeIndex.__iter__` by re-enabling specialized code path (:issue:`26702`)
581
- Improved performance when building :class:`MultiIndex` with at least one :class:`CategoricalIndex` level (:issue:`22044`)
582
-- Improved performance by removing the need for a garbage collect when checking for ``SettingWithCopyWarning`` (:issue:``)
+- Improved performance by removing the need for a garbage collect when checking for ``SettingWithCopyWarning`` (:issue:`27031`)
583
584
.. _whatsnew_0250.bug_fixes:
585
0 commit comments