numpy.ndarray.take#

method

ndarray.take(indices,axis=None,out=None,mode='raise')#

Return an array formed from the elements ofa at the given indices.

Refer tonumpy.take for full documentation.

See also

numpy.take

equivalent function

On this page