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/v2.0.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -742,6 +742,7 @@ Performance improvements
742
742
- Performance improvement in :meth:`Index.union` and :meth:`MultiIndex.union` when index contains duplicates (:issue:`48900`)
743
743
- Performance improvement in :meth:`Series.rank` for pyarrow-backed dtypes (:issue:`50264`)
744
744
- Performance improvement in :meth:`Series.fillna` for extension array dtypes (:issue:`49722`, :issue:`50078`)
745
+
- Performance improvement in :meth:`Index.join`, :meth:`Index.intersection` and :meth:`Index.union` for masked dtypes when :class:`Index` is monotonic (:issue:`50310`)
745
746
- Performance improvement for :meth:`Series.value_counts` with nullable dtype (:issue:`48338`)
746
747
- Performance improvement for :class:`Series` constructor passing integer numpy array with nullable dtype (:issue:`48338`)
747
748
- Performance improvement for :class:`DatetimeIndex` constructor passing a list (:issue:`48609`)
0 commit comments