Skip to content

DOC: cross ref the groupby tutorial #7555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 24, 2023
Merged
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 xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -6249,6 +6249,8 @@ def groupby(

See Also
--------
:ref:`groupby`
Users guide explanation of how to group and bin data.
DataArray.groupby_bins
Dataset.groupby
core.groupby.DataArrayGroupBy
Expand Down Expand Up @@ -6328,6 +6330,8 @@ def groupby_bins(

See Also
--------
:ref:`groupby`
Users guide explanation of how to group and bin data.
DataArray.groupby
Dataset.groupby_bins
core.groupby.DataArrayGroupBy
Expand Down
4 changes: 4 additions & 0 deletions xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -8933,6 +8933,8 @@ def groupby(

See Also
--------
:ref:`groupby`
Users guide explanation of how to group and bin data.
Dataset.groupby_bins
DataArray.groupby
core.groupby.DatasetGroupBy
Expand Down Expand Up @@ -9014,6 +9016,8 @@ def groupby_bins(

See Also
--------
:ref:`groupby`
Users guide explanation of how to group and bin data.
Dataset.groupby
DataArray.groupby_bins
core.groupby.DatasetGroupBy
Expand Down