recarray.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element
recarray.mean(axis=None, dtype=None, out=None, keepdims=False) Returns the average of the array elements along given axis
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.tostring(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python
recarray.flat A 1-D iterator over the array. This is a
recarray.max(axis=None, out=None) Return the maximum along a given axis. Refer to
recarray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast to a specified type
recarray.imag The imaginary part of the array. Examples
recarray.choose(choices, out=None, mode='raise') Use an index array to construct a new array from a set of choices.
Page 2 of 8