File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,7 @@ Performance improvements
302
302
- Performance improvement in :func: `read_stata ` for files with many variables (:issue: `55515 `)
303
303
- Performance improvement in :func: `to_dict ` on converting DataFrame to dictionary (:issue: `50990 `)
304
304
- 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 `)
305
306
- Performance improvement in :meth: `DataFrame.sort_index ` and :meth: `Series.sort_index ` when indexed by a :class: `MultiIndex ` (:issue: `54835 `)
306
307
- Performance improvement in :meth: `Index.difference ` (:issue: `55108 `)
307
308
- Performance improvement in :meth: `Series.duplicated ` for pyarrow dtypes (:issue: `55255 `)
You can’t perform that action at this time.
0 commit comments