File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -1213,6 +1213,7 @@ Performance Improvements
1213
1213
The speed increase is both when indexing by label (using .loc) and position(.iloc) (:issue: `20395 `)
1214
1214
Slicing a monotonically increasing :class: `CategoricalIndex ` itself (i.e. ``ci[1000:2000] ``)
1215
1215
shows similar speed improvements as above (:issue: `21659 `)
1216
+ - Improved performance of :meth: `CategoricalIndex.equals ` when comparing to another :class: `CategoricalIndex ` (:issue: `24023 `)
1216
1217
- Improved performance of :func: `Series.describe ` in case of numeric dtpyes (:issue: `21274 `)
1217
1218
- Improved performance of :func: `pandas.core.groupby.GroupBy.rank ` when dealing with tied rankings (:issue: `21237 `)
1218
1219
- Improved performance of :func: `DataFrame.set_index ` with columns consisting of :class: `Period ` objects (:issue: `21582 `, :issue: `21606 `)
You can’t perform that action at this time.
0 commit comments