recarray.max(axis=None, out=None) Return the maximum along a given axis. Refer to
recarray.flat A 1-D iterator over the array. This is a
recarray.resize(new_shape, refcheck=True) Change shape and size of array in-place.
recarray.cumsum(axis=None, dtype=None, out=None) Return the cumulative sum of the elements along the given axis. Refer
recarray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast to a specified type
recarray.view(dtype=None, type=None) New view of array with the same data.
recarray.sum(axis=None, dtype=None, out=None, keepdims=False) Return the sum of the array elements over the given axis.
recarray.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively
recarray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute creates
recarray.copy(order='C') Return a copy of the array.
Page 3 of 8