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.
matrix.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by a data-type. Place
matrix.squeeze(axis=None)
recarray.flags Information about the memory layout of the array. Notes The
matrix.fill(value) Fill the array with a scalar value.
matrix.flags Information about the memory layout of the array. Notes The
Page 21 of 23