Indexing
Index into NumPy arrays to extract data and array slices.
We'll cover the following
Chapter Goals:
- Learn about indexing arrays in NumPy
- Write code for indexing and slicing arrays
Index into NumPy arrays to extract data and array slices.