Skip to content

Commit 8fefaa5

Browse files
DOC: Include a small preview of the groupby() user guide in its API reference (#43880)
1 parent 3352625 commit 8fefaa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/core/shared_docs.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@
145145
Notes
146146
-----
147147
See the `user guide
148-
<https://pandas.pydata.org/pandas-docs/stable/groupby.html>`__ for more.
148+
<https://pandas.pydata.org/pandas-docs/stable/groupby.html>`__ for more
149+
detailed usage and examples, including splitting an object into groups,
150+
iterating through groups, selecting a group, aggregation, and more.
149151
"""
150152

151153
_shared_docs[

0 commit comments

Comments
 (0)