ndarray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string back to
In addition to the
ndarray.cumsum(axis=None, dtype=None, out=None) Return the cumulative sum of the elements along the given axis. Refer
recarray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python
recarray.nonzero() Return the indices of the elements that are non-zero. Refer to
ndarray.__int__() <==> int(x)
MaskedArray.__gt__ x.__gt__(y) <==> x>y
MaskedArray.__long__() <==> long(x)
record.choose() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
matrix.var(axis=None, dtype=None, out=None, ddof=0)
Page 10 of 56