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.25.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -1206,7 +1206,7 @@ Groupby/resample/rolling
1206
1206
- Bug in :meth:`pandas.core.groupby.GroupBy.agg` where incorrect results are returned for uint64 columns. (:issue:`26310`)
1207
1207
- Bug in :meth:`pandas.core.window.Rolling.median`and :meth:`pandas.core.window.Rolling.quantile` where MemoryErroris raised with empty window (:issue:`26005`)
1208
1208
- Bug in :meth:`pandas.core.window.Rolling.median`and :meth:`pandas.core.window.Rolling.quantile` where incorrect results are returned with``closed='left'``and``closed='neither'`` (:issue:`26005`)
1209
-
- Improved :class:`pandas.core.window.Rolling`, :class:`pandas.core.window.Window`and :class:`pandas.core.window.EWM` functions to exclude nuisance columns from results instead of raising errors andraise a ``DataError`` only ifall columns are nuisance (:issue:`12537`)
1209
+
- Improved :class:`pandas.core.window.Rolling`, :class:`pandas.core.window.Window`and :class:`pandas.core.window.ExponentialMovingWindow` functions to exclude nuisance columns from results instead of raising errors andraise a ``DataError`` only ifall columns are nuisance (:issue:`12537`)
1210
1210
- Bug in :meth:`pandas.core.window.Rolling.max`and :meth:`pandas.core.window.Rolling.min` where incorrect results are returned with an empty variable window (:issue:`26005`)
1211
1211
- Raise a helpful exception when an unsupported weighted window function is used as an argument of :meth:`pandas.core.window.Window.aggregate` (:issue:`26597`)
0 commit comments