Skip to content

Commit 4172239

Browse files
authored
Update xarray-in-45-min.ipynb - update alias used in resample
1 parent d5c0cbd commit 4172239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overview/xarray-in-45-min.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@
822822
"outputs": [],
823823
"source": [
824824
"# resample to monthly frequency\n",
825-
"ds.resample(time=\"M\").mean()"
825+
"ds.resample(time=\"ME\").mean()"
826826
]
827827
},
828828
{

0 commit comments

Comments
 (0)