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.
1 parent fef8238 commit 0d7905eCopy full SHA for 0d7905e
fundamentals/03.3_windowed.ipynb
@@ -62,7 +62,7 @@
62
"Rolling window operations \n",
63
"1. can be applied along any dimension, or along multiple dimensions.\n",
64
"2. returns object of same shape as input\n",
65
- "3. pads with NaNs to make (3) possible\n",
+ "3. pads with NaNs to make (2) possible\n",
66
"\n",
67
"Again, all common reduction operations are [available](https://docs.xarray.dev/en/stable/api.html#rolling-objects)"
68
]
0 commit comments