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.18.0.txt
+57
Original file line number
Diff line number
Diff line change
@@ -517,6 +517,63 @@ New API
517
517
518
518
In the new API, you can either downsample OR upsample. The prior implementation would allow you to pass an aggregator function (like ``mean``) even though you were upsampling, providing a bit of confusion.
519
519
520
+
.. _whatsnew_0180.breaking.aggregation:
521
+
522
+
Aggregation API clarifictions
523
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
524
+
525
+
As part of the new API for :ref:`window functions <whatsnew_0180.enhancements.moments>` and :ref:`resampling <whatsnew_0180.resample>`, aggregation functions have been
526
+
clarified. (:issue:`9052`). A full set of examples are presented in :ref:`groupby <groupby.aggregation>`.
527
+
528
+
Here are the available methodologies and changes for these aggregations.
0 commit comments