recarray.data Python buffer object pointing to the start of the array?s data.
recarray.nbytes Total bytes consumed by the elements of the array. Notes Does not include
recarray.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer
recarray.itemsize Length of one array element in bytes. Examples
recarray.squeeze(axis=None) Remove single-dimensional entries from the shape of a. Refer to
recarray.diagonal(offset=0, axis1=0, axis2=1) Return specified diagonals. In NumPy 1.9 the returned array is a read-only
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.flat A 1-D iterator over the array. This is a
Page 2 of 8