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/groupby.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1332,7 +1332,7 @@ In order to resample to work on indexes that are non-datetimelike, the following
1332
1332
1333
1333
In the following examples, **df.index //5** returns a binary array which is used to determine what gets selected for the groupby operation.
1334
1334
1335
-
.. note:: The below example shows how we can down-sample by consolidation of samples into fewer samples. Here by using **df.index //5**, we are aggregating the samples in bins. By applying **std()** function, we aggregate the information contained in many samples into a small subset of values which is their standard deviation thereby reducing the number of samples.
1335
+
.. note:: The below example shows how we can downsample by consolidation of samples into fewer samples. Here by using **df.index //5**, we are aggregating the samples in bins. By applying **std()** function, we aggregate the information contained in many samples into a small subset of values which is their standard deviation thereby reducing the number of samples.
0 commit comments