Python defines only one type of a particular data class (there is only one integer type, one floating-point type, etc.). This can be convenient in applications that don?t need to be
recarray.flat A 1-D iterator over the array. This is a
ndarray.__ilshift__ x.__ilshift__(y) <==> x<<=y
recarray.max(axis=None, out=None) Return the maximum along a given axis. Refer to
MaskedArray.__contains__ x.__contains__(y) <==> y in x
MaskedArray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute
class numpy.chararray
MaskedArray.__radd__(other)
recarray.sum(axis=None, dtype=None, out=None, keepdims=False) Return the sum of the array elements over the given axis.
MaskedArray.__rshift__ x.__rshift__(y) <==> x>>y
Page 16 of 56