We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24aa7f commit a858805Copy full SHA for a858805
doc/source/whatsnew/v0.25.0.rst
@@ -573,7 +573,7 @@ Performance Improvements
573
- Improved performance of :attr:`IntervalIndex.is_unique` by removing conversion to ``MultiIndex`` (:issue:`24813`)
574
- Restored performance of :meth:`DatetimeIndex.__iter__` by re-enabling specialized code path (:issue:`26702`)
575
- Improved performance when building :class:`MultiIndex` with at least one :class:`CategoricalIndex` level (:issue:`22044`)
576
-- 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`)
577
578
.. _whatsnew_0250.bug_fixes:
579
0 commit comments