File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ Performance improvements
252
252
- Performance improvement in :meth: `Index.take ` when ``indices `` is a full range indexer from zero to length of index (:issue: `56806 `)
253
253
- Performance improvement in :meth: `MultiIndex.equals ` for equal length indexes (:issue: `56990 `)
254
254
- Performance improvement in :meth: `RangeIndex.append ` when appending the same index (:issue: `57252 `)
255
- - Performance improvement in :meth: `RangeIndex.reindex ` returning a :class: `RangeIndex ` instead of a :class: `Index ` when possible. (:issue: `? `)
255
+ - Performance improvement in :meth: `RangeIndex.reindex ` returning a :class: `RangeIndex ` instead of a :class: `Index ` when possible. (:issue: `57647 `)
256
256
- Performance improvement in :meth: `RangeIndex.take ` returning a :class: `RangeIndex ` instead of a :class: `Index ` when possible. (:issue: `57445 `)
257
257
- Performance improvement in indexing operations for string dtypes (:issue: `56997 `)
258
258
- :meth: `Series.str.extract ` returns a :class: `RangeIndex ` columns instead of an :class: `Index ` column when possible (:issue: `?` `)
You can’t perform that action at this time.
0 commit comments