Skip to content

Commit 19c97f4

Browse files
committed
updating advanced indexing
1 parent 3300d69 commit 19c97f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate/indexing/advanced-indexing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"## Learning Objectives\n",
1010
"\n",
11-
"* Orthogonal vs. Vectorized and Pointwise Indexing"
11+
"* Orthogonal vs. Pointwise Indexing"
1212
]
1313
},
1414
{
@@ -17,7 +17,7 @@
1717
"source": [
1818
"## Overview\n",
1919
"\n",
20-
"In the previous notebooks, we learned basic forms of indexing with Xarray (positional and name based dimensions, integer and label based indexing), datetime Indexing, and nearest neighbor lookups. Xarray positional indexing deviates from the NumPy when indexing with multiple arrays like arr[[0, 1], [0, 1]]. In this tutorial we learn about this difference and how to do vectorized/pointwise indexing using Xarray.\n",
20+
"In the previous notebooks, we learned basic forms of indexing with Xarray (positional and name based dimensions, integer and label based indexing), datetime Indexing, and nearest neighbor lookups. Xarray positional indexing deviates from the NumPy when indexing with multiple arrays like `arr[[0, 1], [0, 1]]`. In this tutorial we learn about this difference and how to do vectorized/pointwise indexing using Xarray.\n",
2121
"\n",
2222
"For this notebook, first, we should learn about orthogonal (i.e. outer) and vectorized (i.e. pointwise) indexing concepts. \n",
2323
"\n",

0 commit comments

Comments
 (0)