Skip to content

Commit e72abcb

Browse files
authored
Update 02.2_manipulating_dimensions.ipynb - update alias used in
1 parent 4172239 commit e72abcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fundamentals/02.2_manipulating_dimensions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
" dims=(\"x\", \"y\"),\n",
3737
" coords={\n",
3838
" \"x\": [-3.2, 2.1, 5.3, 6.5],\n",
39-
" \"y\": pd.date_range(\"2009-01-05\", periods=6, freq=\"M\"),\n",
39+
" \"y\": pd.date_range(\"2009-01-05\", periods=6, freq=\"ME\"),\n",
4040
" },\n",
4141
")\n",
4242
"arr"

0 commit comments

Comments
 (0)