Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/source/reference/groupby.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,7 @@ Plotting and visualization
SeriesGroupBy.hist
DataFrameGroupBy.plot
SeriesGroupBy.plot

See also
--------
For detailed explanations, examples, and advanced usage, refer to the :ref:`groupby` section of the User Guide.
4 changes: 4 additions & 0 deletions doc/source/reference/series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -636,3 +636,7 @@ Serialization / IO / conversion
Series.to_clipboard
Series.to_latex
Series.to_markdown

See also
--------
For detailed explanations and examples on using pandas Series, refer to the :ref:`basics.series` section of the User Guide.