File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,11 @@ Performance Improvements
249
249
- Improved performance of :meth: `read_csv ` by much faster parsing of ``MM/YYYY `` and ``DD/MM/YYYY `` datetime formats (:issue: `25922 `)
250
250
=======
251
251
- Improved performance of :meth: DataFrame.`to_csv` when write datetime dtype data (:issue: `25708 `)
252
+ <<<<<<< HEAD
252
253
>>>>>>> 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)
253
257
254
258
.. _whatsnew_0250.bug_fixes :
255
259
You can’t perform that action at this time.
0 commit comments