We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed22a3f commit 5215599Copy full SHA for 5215599
doc/source/whatsnew/v0.25.0.rst
@@ -879,6 +879,7 @@ Performance improvements
879
- Restored performance of :meth:`DatetimeIndex.__iter__` by re-enabling specialized code path (:issue:`26702`)
880
- Improved performance when building :class:`MultiIndex` with at least one :class:`CategoricalIndex` level (:issue:`22044`)
881
- Improved performance by removing the need for a garbage collect when checking for ``SettingWithCopyWarning`` (:issue:`27031`)
882
+- For :meth:`to_datetime` changed default value of cache parameter to ``True`` (:issue:`26043`)
883
884
.. _whatsnew_0250.bug_fixes:
885
0 commit comments