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
BUG: addtl fix for compat summary of groupby/resample with dicts
closes#9052closes#12332
Author: Jeff Reback <[email protected]>
Closes#12329 from jreback/groupby_compat and squashes the following commits:
0d8561e [Jeff Reback] BUG: resampling with a how could trigger asfreq instead
66c23aa [Jeff Reback] BUG: addtl fix for compat summary of groupby/resample with dicts
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -581,7 +581,7 @@ other anchored offsets like ``MonthBegin`` and ``YearBegin``.
581
581
Resample API
582
582
^^^^^^^^^^^^
583
583
584
-
Like the change in the window functions API :ref:`above <whatsnew_0180.enhancements.moments>`, ``.resample(...)`` is changing to have a more groupby-like API. (:issue:`11732`, :issue:`12702`, :issue:`12202`).
584
+
Like the change in the window functions API :ref:`above <whatsnew_0180.enhancements.moments>`, ``.resample(...)`` is changing to have a more groupby-like API. (:issue:`11732`, :issue:`12702`, :issue:`12202`, :issue:`12332`).
0 commit comments