diff options
Diffstat (limited to 'doc/source/reference/maskedarray.rst')
-rw-r--r-- | doc/source/reference/maskedarray.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/reference/maskedarray.rst b/doc/source/reference/maskedarray.rst new file mode 100644 index 000000000..aae06c361 --- /dev/null +++ b/doc/source/reference/maskedarray.rst @@ -0,0 +1,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
\ No newline at end of file |