Skip to content

Commit bd21f0e

Browse files
committed
PERF: Parse certain dates in Cython instead of falling back to dateutil.parse (pandas-dev#25922)
1 parent f6c97ea commit bd21f0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,11 @@ Performance Improvements
249249
- Improved performance of :meth:`read_csv` by much faster parsing of ``MM/YYYY`` and ``DD/MM/YYYY`` datetime formats (:issue:`25922`)
250250
=======
251251
- Improved performance of :meth:DataFrame.`to_csv` when write datetime dtype data (:issue:`25708`)
252+
<<<<<<< HEAD
252253
>>>>>>> f53bb0619... Improved performance of :meth:DataFrame.to_csv when write datetime dtype data (#25765)
254+
=======
255+
- Improved performance of :meth:`read_csv` by much faster parsing of MM/YYYY and DD/MM/YYYY datetime formats (:issue:`25922`)
256+
>>>>>>> 3e90d436e... PERF: Parse certain dates in Cython instead of falling back to dateutil.parse (#25922)
253257

254258
.. _whatsnew_0250.bug_fixes:
255259

0 commit comments

Comments
 (0)