record.newbyteorder(new_order='S') Return a new
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
recarray.reshape(shape, order='C') Returns an array containing the same data with a new shape. Refer to
recarray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2 interchanged
record.ndim number of array dimensions
recarray.item(*args) Copy an element of an array to a standard Python scalar and return it.
ndarray.argmin(axis=None, out=None) Return indices of the minimum values along the given axis of a. Refer
ndarray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation.
MaskedArray.__float__()
Page 49 of 56