Skip to content

Commit b0b4b49

Browse files
committed
DOC: Performance improvement in non-unique reindex
1 parent 2dceb94 commit b0b4b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.2.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Performance improvements
308308
- Performance improvement in :meth:`SeriesGroupBy.idxmax`, :meth:`SeriesGroupBy.idxmin`, :meth:`DataFrameGroupBy.idxmax`, :meth:`DataFrameGroupBy.idxmin` (:issue:`54234`)
309309
- Performance improvement when indexing with more than 4 keys (:issue:`54550`)
310310
- Performance improvement when localizing time to UTC (:issue:`55241`)
311-
311+
- Performance improvement in non-unique :meth:`DataFrame.reindex` and :meth:`Series.reindex` when target is a :class:`MultiIndex` (:issue:`46235`)
312312
.. ---------------------------------------------------------------------------
313313
.. _whatsnew_220.bug_fixes:
314314

0 commit comments

Comments
 (0)