Skip to content

Commit

Permalink
deploy: 899d391
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Jun 15, 2024
1 parent d613a52 commit 61065d3
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 136 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"xr.set_options(keep_attrs=True, display_expand_data=False)\n",
"\n",
"da = xr.tutorial.load_dataset(\"air_temperature\", engine=\"netcdf4\").air\n",
"monthly = da.resample(time=\"M\").mean()\n",
"monthly = da.resample(time=\"ME\").mean()\n",
"data = da.isel(time=0)\n",
"data.plot();"
]
Expand Down Expand Up @@ -1044,7 +1044,7 @@
"metadata": {},
"outputs": [],
"source": [
"da.resample(time=\"M\")"
"da.resample(time=\"ME\")"
]
},
{
Expand Down
Loading

0 comments on commit 61065d3

Please sign in to comment.