8000 Update 03_computation_with_xarray.ipynb (#44) · qheuristics/xarray-tutorial@aa41a23 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa41a23

Browse files
Update 03_computation_with_xarray.ipynb (xarray-contrib#44)
index
1 parent 05b1ba0 commit aa41a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy-tutorial/03_computation_with_xarray.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
"The most important argument is `group`: this defines the unique values we will\n",
481481
"us to \"split\" the data for grouped analysis. We can pass either a DataArray or a\n",
482482
"name of a variable in the dataset. Lets first use a DataArray. Just like with\n",
483-
"Pandas, we can use the time indexe to extract specific components of dates and\n",
483+
"Pandas, we can use the time index to extract specific components of dates and\n",
484484
"times. Xarray uses a special syntax for this `.dt`, called the\n",
485485
"`DatetimeAccessor`.\n"
486486
]

0 commit comments

Comments
 (0)
0