Skip to content

Commit

Permalink
see also : groupby in resample doc and vice-versa (#7425)
Browse files Browse the repository at this point in the history
groupby is like a resample on non-contiguous data
  • Loading branch information
pierreloicq authored Jan 6, 2023
1 parent d6d2450 commit 2ef82c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -8931,6 +8931,8 @@ def groupby(
DataArray.groupby
core.groupby.DatasetGroupBy
pandas.DataFrame.groupby
Dataset.resample
DataArray.resample
"""
from xarray.core.groupby import DatasetGroupBy

Expand Down Expand Up @@ -9210,6 +9212,8 @@ def resample(
DataArray.resample
pandas.Series.resample
pandas.DataFrame.resample
Dataset.groupby
DataArray.groupby
References
----------
Expand Down

0 comments on commit 2ef82c5

Please sign in to comment.