questions related to indexing on numpy ndarray objects
ndarrays
can be indexed using the standard Python x[obj]
syntax, where x
is the array and obj
the selection. There are different kinds of indexing available depending on obj
: basic indexing, advanced indexing and field access.
Read more: