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
In previous versions we cast to float when applying ``cumsum`` and ``cumprod`` which
184
183
lead to incorrect results even if the result could be hold by ``int64`` dtype.
@@ -824,7 +823,7 @@ Removal of prior version deprecations/changes
824
823
825
824
Performance improvements
826
825
~~~~~~~~~~~~~~~~~~~~~~~~
827
-
- Performance improvement in :meth:`.DataFrameGroupBy.median` and :meth:`.SeriesGroupBy.median` and :meth:`.GroupBy.cumprod` for nullable dtypes (:issue:`37493`)
826
+
- Performance improvement in :meth:`.DataFrameGroupBy.median` and :meth:`.SeriesGroupBy.median` and :meth:`.DataFrameGroupBy.cumprod` for nullable dtypes (:issue:`37493`)
828
827
- Performance improvement in :meth:`.DataFrameGroupBy.all`, :meth:`.DataFrameGroupBy.any`, :meth:`.SeriesGroupBy.all`, and :meth:`.SeriesGroupBy.any` for object dtype (:issue:`50623`)
829
828
- Performance improvement in :meth:`MultiIndex.argsort` and :meth:`MultiIndex.sort_values` (:issue:`48406`)
830
829
- Performance improvement in :meth:`MultiIndex.size` (:issue:`48723`)
0 commit comments