mirror of
https://github.com/unitedstates/congress-legislators.git
synced 2026-05-17 01:04:12 -04:00
20 lines
375 B
ReStructuredText
20 lines
375 B
ReStructuredText
.. _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
|