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/timeseries.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -1524,7 +1524,7 @@ We can instead only resample those groups where we have points as follows:
1524
1524
Aggregation
1525
1525
~~~~~~~~~~~
1526
1526
1527
-
Similar to the :ref:`aggregating API <basics.aggregate>`, :ref:`groupby aggregates API <groupby.aggregate>`, and the :ref:`window functions API <stats.aggregate>`,
1527
+
Similar to the :ref:`aggregating API <basics.aggregate>`, :ref:`groupby API <groupby.aggregate>`, and the :ref:`window functions API <stats.aggregate>`,
1528
1528
a ``Resampler`` can be selectively resampled.
1529
1529
1530
1530
Resampling a ``DataFrame``, the default will be to act on all columns with the same function.
0 commit comments