recarray.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this
recarray.dtype Data-type of the array?s elements.
recarray.squeeze(axis=None) Remove single-dimensional entries from the shape of a. Refer to
recarray.flatten(order='C') Return a copy of the array collapsed into one dimension.
recarray.nbytes Total bytes consumed by the elements of the array. Notes Does not include
recarray.nonzero() Return the indices of the elements that are non-zero. Refer to
recarray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python
recarray.data Python buffer object pointing to the start of the array?s data.
recarray.itemsize Length of one array element in bytes. Examples
recarray.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) Return the sum along diagonals of the array. Refer
Page 1 of 8