This tag should be used for problems dealing with retrieving elements or updating or modifying an array using either integer or boolean array in NumPy.
In NumPy, when we use array or "array-like" for indexing into an array either for accessing or modifying the elements, then it is termed as Advanced Indexing. This indexing will always return a copy of the array. More details can be found in NumPy-arrays.indexing#advanced-indexing