File size: 375 Bytes
c011401
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. _maskedarray:

*************
Masked arrays
*************

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.

.. index::
   single: masked arrays

.. toctree::
   :maxdepth: 2

   maskedarray.generic
   maskedarray.baseclass
   routines.ma