recarray.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) Return the sum along diagonals of the array. Refer
recarray.itemsize Length of one array element in bytes. Examples
recarray.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis
recarray.data Python buffer object pointing to the start of the array?s data.
recarray.mean(axis=None, dtype=None, out=None, keepdims=False) Returns the average of the array elements along given axis
recarray.flat A 1-D iterator over the array. This is a
recarray.cumsum(axis=None, dtype=None, out=None) Return the cumulative sum of the elements along the given axis. Refer
recarray.real The real part of the array. See also
recarray.view(dtype=None, type=None) New view of array with the same data.
recarray.resize(new_shape, refcheck=True) Change shape and size of array in-place.
Page 2 of 8