blob: aae06c361abd4c0e5777f4be4c4930deb7cf09b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.. _maskedarray:
Masked arrays are arrays that may have missing or invalid entries.
The :mod:`numpy.ma` module provides a nearly work-alike replacement for numpy
that supports data arrays with masks.
.. toctree::
:maxdepth: 2
maskedarray.generic
maskedarray.baseclass
routines.ma
|