File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,9 @@ Improvements to existing features
9292 - improved dtype inference for ``timedelta `` like passed to constructors (:issue: `5458 `,:issue: `5689 `)
9393 - escape special characters when writing to latex (:issue: `5374 `)
9494 - perf improvements in ``DataFrame.apply `` (:issue: `6013 `)
95+ - pd.to_csv and pd.to_datetime learned a new ``infer_datetime_format `` keyword which greatly
96+ improves parsing perf in many cases. Thanks to @lexual for suggesting and @danbirken
97+ for rapidly implementing. (:issue: `5490 `,:issue: `6021 `)
9598
9699.. _release.bug_fixes-0.13.1 :
97100
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ Deprecations
6969Enhancements
7070~~~~~~~~~~~~
7171
72+ - pd.to_csv and pd.to_datetime learned a new ``infer_datetime_format`` keyword which greatly
73+ improves parsing perf in many cases. Thanks to @lexual for suggesting and @danbirken
74+ for rapidly implementing. (:issue:`5490`,:issue:`6021`)
75+
7276- The ``ArrayFormatter`` for ``datetime`` and ``timedelta64`` now intelligently
7377 limit precision based on the values in the array (:issue:`3401`)
7478
You can’t perform that action at this time.
0 commit comments