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/v1.3.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -375,6 +375,7 @@ Performance improvements
375
375
- Performance improvement in :meth:`IntervalIndex.isin` (:issue:`38353`)
376
376
- Performance improvement in :meth:`Series.mean` for nullable data types (:issue:`34814`)
377
377
- Performance improvement in :meth:`Series.isin` for nullable data types (:issue:`38340`)
378
+
- Performance improvement in :meth:`DataFrame.fillna` with ``method="pad|backfill"`` for nullable floating and nullable integer dtypes (:issue:`39953`)
378
379
- Performance improvement in :meth:`DataFrame.corr` for method=kendall (:issue:`28329`)
379
380
- Performance improvement in :meth:`core.window.rolling.Rolling.corr` and :meth:`core.window.rolling.Rolling.cov` (:issue:`39388`)
380
381
- Performance improvement in :meth:`core.window.rolling.RollingGroupby.corr`, :meth:`core.window.expanding.ExpandingGroupby.corr`, :meth:`core.window.expanding.ExpandingGroupby.corr` and :meth:`core.window.expanding.ExpandingGroupby.cov` (:issue:`39591`)
0 commit comments