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.21.0.txt
+2
Original file line number
Diff line number
Diff line change
@@ -296,6 +296,8 @@ Groupby/Resample/Rolling
296
296
- Bug in :func:`infer_freq` causing indices with 2-day gaps during the working week to be wrongly inferred as business daily (:issue:`16624`)
297
297
- Bug in ``.rolling(...).quantile()`` which incorrectly used different defaults than :func:`Series.quantile()` and :func:`DataFrame.quantile()` (:issue:`9413`, :issue:`16211`)
298
298
- Bug in ``groupby.transform()`` that would coerce boolean dtypes back to float (:issue:`16875`)
299
+
- Bug in ``.rolling(...).apply(...)`` where when rolling apply on DataFrame
300
+
with Datetime index and min_periods set to be greater than 1 (:issue:`15305`)
0 commit comments