MaskedArray.compress(condition, axis=None, out=None)
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)
MaskedArray.ndim Number of array dimensions. Examples
MaskedArray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string
Page 7 of 11