recarray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the
recarray.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order.
recarray.partition(kth, axis=-1, kind='introselect', order=None) Rearranges the elements in the array in such a way
recarray.any(axis=None, out=None, keepdims=False) Returns True if any of the elements of a evaluate to True.
recarray.field(attr, val=None)
recarray.tofile(fid, sep="", format="%s") Write array to a file as text or binary (default). Data is always written
recarray.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be inserted in a to maintain
recarray.ptp(axis=None, out=None) Peak to peak (maximum - minimum) value along a given axis. Refer to
recarray.argmin(axis=None, out=None) Return indices of the minimum values along the given axis of a. Refer
recarray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string back to
Page 6 of 8