You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.3.0.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,8 @@ Deprecations
101
101
102
102
Performance improvements
103
103
~~~~~~~~~~~~~~~~~~~~~~~~
104
+
- Performance improvement in :meth:`DataFrame.join` for sorted but non-unique indexes (:issue:`56941`)
105
+
- Performance improvement in :meth:`DataFrame.join` when left and/or right are non-unique and ``how`` is ``"left"``, ``"right"``, or ``"inner"`` (:issue:`56817`)
104
106
- Performance improvement in :meth:`Index.take` when ``indices`` is a full range indexer from zero to length of index (:issue:`56806`)
105
107
-
106
108
@@ -119,6 +121,7 @@ Categorical
119
121
120
122
Datetimelike
121
123
^^^^^^^^^^^^
124
+
- Bug in :func:`date_range` where the last valid timestamp would sometimes not be produced (:issue:`56134`)
122
125
- Bug in :func:`date_range` where a timestamp out of the valid range would be produced with a negative ``freq`` parameter (:issue:`56147`)
0 commit comments