recarray.getfield(dtype, offset=0) Returns a field of the given array as a certain type. A field is a view of
matrix.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array, this has no effect.
matrix.A Return self as an
record.base base object
matrix.choose(choices, out=None, mode='raise') Use an index array to construct a new array from a set of choices. Refer
recarray.argmax(axis=None, out=None) Return indices of the maximum values along the given axis. Refer to
matrix.base Base object if memory is from some other object. Examples The base of an array
matrix.tostring(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python
recarray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data as a (nested) Python
matrix.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this array
Page 14 of 23