Skip to content

Commit 1063641

Browse files
committed
Add groupby APIs to html docs
1 parent 7234265 commit 1063641

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

spec/API_specification/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ API specification
88
:maxdepth: 1
99

1010
dataframe_object
11+
groupby_object

0 commit comments

Comments
 (0)