MaskedArray.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the
MaskedArray.compress(condition, axis=None, out=None)
MaskedArray.__hex__() <==> hex(x)
MaskedArray.T
MaskedArray.__idiv__(other)
MaskedArray.__lt__ x.__lt__(y) <==> x<y
MaskedArray.__array__(|dtype) ? reference if type unchanged, copy otherwise. Returns either a new reference to
MaskedArray.__truediv__(other)
MaskedArray.base Base object if memory is from some other object. Examples The base
MaskedArray.product(axis=None, dtype=None, out=None)
Page 7 of 11