Skip to content

Commit 81f54c0

Browse files
committed
added whatsnew note in the performance section
1 parent 4910c41 commit 81f54c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ Performance Improvements
288288
- Improved performance of :meth:`Series.map` for dictionary mappers on categorical series by mapping the categories instead of mapping all values (:issue:`23785`)
289289
- Improved performance of :meth:`read_csv` by faster concatenating date columns without extra conversion to string for integer/float zero
290290
and float NaN; by faster checking the string for the possibility of being a date (:issue:`25754`)
291+
- For :meth:`to_datetime` changed default value of cache parameter to ``True`` (:issue:`26043`)
291292

292293
.. _whatsnew_0250.bug_fixes:
293294

0 commit comments

Comments
 (0)