You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -501,6 +501,7 @@ Performance Improvements
501
501
- Improved performance of :func:`Series.describe` in case of numeric dtpyes (:issue:`21274`)
502
502
- Improved performance of :func:`pandas.core.groupby.GroupBy.rank` when dealing with tied rankings (:issue:`21237`)
503
503
- Improved performance of :func:`DataFrame.set_index` with columns consisting of :class:`Period` objects (:issue:`21582`,:issue:`21606`)
504
+
- Improved performance of :func:`MultiIndex.get_loc` for non-unique indexes, which as a consequence does not emit a ``PerformanceWarning`` any more (:issue:`19464`)
504
505
- Improved performance of membership checks in :class:`Categorical` and :class:`CategoricalIndex`
505
506
(i.e. ``x in cat``-style checks are much faster). :meth:`CategoricalIndex.contains`
506
507
is likewise much faster (:issue:`21369`, :issue:`21508`)
0 commit comments