File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _groupby-object :
2
+
3
+ GroupBy object
4
+ ==============
5
+
6
+ A conforming implementation of the dataframe API standard must provide and
7
+ support a groupby object having the following attributes and methods.
8
+
9
+ -------------------------------------------------
10
+
11
+ Methods
12
+ -------
13
+ ..
14
+ NOTE: please keep the methods in alphabetical order
15
+
16
+ .. currentmodule :: dataframe_api
17
+
18
+ .. autosummary ::
19
+ :toctree: generated
20
+ :template: property.rst
21
+
22
+ GroupBy.all
23
+ GroupBy.any
24
+ GroupBy.max
25
+ GroupBy.min
26
+ GroupBy.mean
27
+ GroupBy.median
28
+ GroupBy.prod
29
+ GroupBy.std
30
+ GroupBy.sum
31
+ GroupBy.var
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ API specification
8
8
:maxdepth: 1
9
9
10
10
dataframe_object
11
+ groupby_object
You can’t perform that action at this time.
0 commit comments