Skip to content

Commit ebfff8e

Browse files
committed
DOC: whatsnew, performance improvement in reindex non-unique
1 parent 2dceb94 commit ebfff8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v2.2.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ Performance improvements
302302
- Performance improvement in :func:`read_stata` for files with many variables (:issue:`55515`)
303303
- Performance improvement in :func:`to_dict` on converting DataFrame to dictionary (:issue:`50990`)
304304
- Performance improvement in :meth:`DataFrame.groupby` when aggregating pyarrow timestamp and duration dtypes (:issue:`55031`)
305+
- Performance improvement in :meth:`DataFrame.reindex` and :meth:`Series.reindex` non-unique when target is a :class:`MultiIndex` (:issue:`46235`)
305306
- Performance improvement in :meth:`DataFrame.sort_index` and :meth:`Series.sort_index` when indexed by a :class:`MultiIndex` (:issue:`54835`)
306307
- Performance improvement in :meth:`Index.difference` (:issue:`55108`)
307308
- Performance improvement in :meth:`Series.duplicated` for pyarrow dtypes (:issue:`55255`)

0 commit comments

Comments
 (0)