File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ Other enhancements
129
129
- :meth: `DataFrame.__pos__ `, :meth: `DataFrame.__neg__ ` now retain ``ExtensionDtype `` dtypes (:issue: `43883 `)
130
130
- The error raised when an optional dependency can't be imported now includes the original exception, for easier investigation (:issue: `43882 `)
131
131
- Added :meth: `.ExponentialMovingWindow.sum ` (:issue: `13297 `)
132
- - :func: `guess_datetime_format ` now correctly guesses the format of datetime strings with day of week and AM/PM placeholders (:issue: `43901 `)
133
132
134
133
.. ---------------------------------------------------------------------------
135
134
@@ -359,6 +358,7 @@ Performance improvements
359
358
- Performance improvement in some :meth: `GroupBy.apply ` operations (:issue: `42992 `)
360
359
- Performance improvement in :func: `read_stata ` (:issue: `43059 `)
361
360
- Performance improvement in :meth: `to_datetime ` with ``uint `` dtypes (:issue: `42606 `)
361
+ - Performance improvement in :meth: `to_datetime ` with ``infer_datetime_format `` set to ``True `` (:issue: `43901 `)
362
362
- Performance improvement in :meth: `Series.sparse.to_coo ` (:issue: `42880 `)
363
363
- Performance improvement in indexing with a :class: `MultiIndex ` indexer on another :class: `MultiIndex ` (:issue: 43370`)
364
364
- Performance improvement in :meth: `GroupBy.quantile ` (:issue: `43469 `)
You can’t perform that action at this time.
0 commit comments