File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -925,7 +925,6 @@ Performance improvements
925
925
The improvement is not present if checking if the :class: `Categorical ` is less than or less than or equal than the scalar (:issue: `29820 `)
926
926
- Performance improvement in :meth: `Index.equals ` and :meth: `MultiIndex.equals ` (:issue: `29134 `)
927
927
- Performance improvement in :func: `~pandas.api.types.infer_dtype ` when ``skipna `` is ``True `` (:issue: `28814 `)
928
- - Performance improvement in :class: `Timestamp ` constructor (:issue: `30543 `)
929
928
930
929
.. ---------------------------------------------------------------------------
931
930
Original file line number Diff line number Diff line change @@ -109,7 +109,9 @@ Deprecations
109
109
110
110
Performance improvements
111
111
~~~~~~~~~~~~~~~~~~~~~~~~
112
+
112
113
- Performance improvement in :class: `Timedelta ` constructor (:issue: `30543 `)
114
+ - Performance improvement in :class: `Timestamp ` constructor (:issue: `30543 `)
113
115
-
114
116
-
115
117
You can’t perform that action at this time.
0 commit comments