recarray.max(axis=None, out=None) Return the maximum along a given axis. Refer to
recarray.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively
recarray.itemset(*args) Insert scalar into an array (scalar is cast to array?s dtype, if possible) There must be
recarray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute creates
recarray.imag The imaginary part of the array. Examples
recarray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast to a specified type
recarray.diagonal(offset=0, axis1=0, axis2=1) Return specified diagonals. In NumPy 1.9 the returned array is a read-only
recarray.choose(choices, out=None, mode='raise') Use an index array to construct a new array from a set of choices.
recarray.sum(axis=None, dtype=None, out=None, keepdims=False) Return the sum of the array elements over the given axis.
recarray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.
Page 3 of 8