recarray.dtype Data-type of the array?s elements.
recarray.round(decimals=0, out=None) Return a with each element rounded to the given number of decimals.
recarray.nbytes Total bytes consumed by the elements of the array. Notes Does not include
recarray.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer
recarray.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this
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.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis
recarray.flatten(order='C') Return a copy of the array collapsed into one dimension.
Page 1 of 8