File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -201,12 +201,12 @@ class providing the base-class of operations.
201
201
202
202
See Also
203
203
--------
204
- Series .min : Return the min of the group values.
205
- DataFrame .min : Return the min of the group values.
206
- Series .max : Return the max of the group values.
207
- DataFrame .max : Return the max of the group values.
208
- Series .sum : Return the sum of the group values.
209
- DataFrame .sum : Return the sum of the group values.
204
+ SeriesGroupBy .min : Return the min of the group values.
205
+ DataFrameGroupBy .min : Return the min of the group values.
206
+ SeriesGroupBy .max : Return the max of the group values.
207
+ DataFrameGroupBy .max : Return the max of the group values.
208
+ SeriesGroupBy .sum : Return the sum of the group values.
209
+ DataFrameGroupBy .sum : Return the sum of the group values.
210
210
211
211
Examples
212
212
--------
You can’t perform that action at this time.
0 commit comments