Masked arrays
Masked arrays are arrays that may have missing or invalid entries. The
module provides a nearly work-alike replacement for numpy that supports data arrays with masks.
Accessing only the valid entries
Data with a given value representing missing data
Constants of the numpy.ma module
Attributes and properties of masked arrays
Item selection and manipulation