Skip to content
Merged
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into groupby_cumprod_mask
# Conflicts:
#	doc/source/whatsnew/v1.6.0.rst
  • Loading branch information
phofl committed Sep 12, 2022
commit 39d5858480f76d65654312b436f82ac0eece1bcc
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Deprecations
Performance improvements
~~~~~~~~~~~~~~~~~~~~~~~~
- Performance improvement in :meth:`.GroupBy.median` and :meth:`.GroupBy.cumprod` for nullable dtypes (:issue:`37493`)
- Performance improvement in :meth:`MultiIndex.argsort` and :meth:`MultiIndex.sort_values` (:issue:`48406`)
- Performance improvement in :meth:`.GroupBy.mean` and :meth:`.GroupBy.var` for extension array dtypes (:issue:`37493`)
- Performance improvement for :meth:`Series.value_counts` with nullable dtype (:issue:`48338`)
- Performance improvement for :class:`Series` constructor passing integer numpy array with nullable dtype (:issue:`48338`)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.