We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.rolling_exp
.rolling
1 parent d26144d commit 52f13d4Copy full SHA for 52f13d4
xarray/core/dataset.py
@@ -10621,7 +10621,7 @@ def rolling(
10621
--------
10622
Dataset.cumulative
10623
DataArray.rolling
10624
- core.rolling.DatasetRolling
+ DataArray.rolling_exp
10625
"""
10626
from xarray.core.rolling import DatasetRolling
10627
@@ -10651,9 +10651,9 @@ def cumulative(
10651
10652
See Also
10653
10654
- Dataset.rolling
10655
DataArray.cumulative
10656
+ Dataset.rolling
+ Dataset.rolling_exp
10657
10658
10659
0 commit comments