Skip to content
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