recarray.nbytes Total bytes consumed by the elements of the array. Notes Does not include
recarray.data Python buffer object pointing to the start of the array?s data.
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.mean(axis=None, dtype=None, out=None, keepdims=False) Returns the average of the array elements along given axis
recarray.diagonal(offset=0, axis1=0, axis2=1) Return specified diagonals. In NumPy 1.9 the returned array is a read-only
recarray.real The real part of the array. See also
recarray.imag The imaginary part of the array. Examples
recarray.itemset(*args) Insert scalar into an array (scalar is cast to array?s dtype, if possible) There must be
recarray.flat A 1-D iterator over the array. This is a
Page 2 of 8