René's URL Explorer Experiment


Title: Masked arrays — NumPy v2.6.dev0 Manual

direct link

Domain: numpy.org

docsearch:languageen
docsearch:version2.6.dev0
docbuild:last-updateJul 07, 2026

Links:

Skip to main contenthttps://numpy.org/devdocs/reference/maskedarray.html#main-content
https://numpy.org/devdocs/index.html
User Guide https://numpy.org/devdocs/user/index.html
API reference https://numpy.org/devdocs/reference/index.html
Building from source https://numpy.org/devdocs/building/index.html
Development https://numpy.org/devdocs/dev/index.html
Release notes https://numpy.org/devdocs/release.html
Learn https://numpy.org/numpy-tutorials/
NEPs https://numpy.org/neps
GitHubhttps://github.com/numpy/numpy
User Guide https://numpy.org/devdocs/user/index.html
API reference https://numpy.org/devdocs/reference/index.html
Building from source https://numpy.org/devdocs/building/index.html
Development https://numpy.org/devdocs/dev/index.html
Release notes https://numpy.org/devdocs/release.html
Learn https://numpy.org/numpy-tutorials/
NEPs https://numpy.org/neps
GitHubhttps://github.com/numpy/numpy
NumPy’s module structurehttps://numpy.org/devdocs/reference/module_structure.html
Array objectshttps://numpy.org/devdocs/reference/arrays.html
The N-dimensional array (ndarray)https://numpy.org/devdocs/reference/arrays.ndarray.html
Scalarshttps://numpy.org/devdocs/reference/arrays.scalars.html
Data type objects (dtype)https://numpy.org/devdocs/reference/arrays.dtypes.html
Data type promotion in NumPyhttps://numpy.org/devdocs/reference/arrays.promotion.html
Iterating over arrayshttps://numpy.org/devdocs/reference/arrays.nditer.html
Standard array subclasseshttps://numpy.org/devdocs/reference/arrays.classes.html
Masked arrayshttps://numpy.org/devdocs/reference/maskedarray.html
The numpy.ma modulehttps://numpy.org/devdocs/reference/maskedarray.generic.html
Constants of the numpy.ma modulehttps://numpy.org/devdocs/reference/maskedarray.baseclass.html
Masked array operationshttps://numpy.org/devdocs/reference/routines.ma.html
The array interface protocolhttps://numpy.org/devdocs/reference/arrays.interface.html
Datetimes and timedeltashttps://numpy.org/devdocs/reference/arrays.datetime.html
Universal functions (ufunc)https://numpy.org/devdocs/reference/ufuncs.html
Routines and objects by topichttps://numpy.org/devdocs/reference/routines.html
Typing (numpy.typing)https://numpy.org/devdocs/reference/typing.html
NumPy C-APIhttps://numpy.org/devdocs/reference/c-api/index.html
Array API standard compatibilityhttps://numpy.org/devdocs/reference/array_api.html
CPU/SIMD optimizationshttps://numpy.org/devdocs/reference/simd/index.html
Thread Safetyhttps://numpy.org/devdocs/reference/thread_safety.html
Global Configuration Optionshttps://numpy.org/devdocs/reference/global_state.html
NumPy securityhttps://numpy.org/devdocs/reference/security.html
Testing guidelineshttps://numpy.org/devdocs/reference/testing.html
Status of numpy.distutils and migration advicehttps://numpy.org/devdocs/reference/distutils_status_migration.html
NumPy and SWIGhttps://numpy.org/devdocs/reference/swig.html
https://numpy.org/devdocs/index.html
NumPy referencehttps://numpy.org/devdocs/reference/index.html
Array objectshttps://numpy.org/devdocs/reference/arrays.html
#https://numpy.org/devdocs/reference/maskedarray.html#masked-arrays
numpy.mahttps://numpy.org/devdocs/reference/maskedarray.generic.html#module-numpy.ma
The numpy.ma modulehttps://numpy.org/devdocs/reference/maskedarray.generic.html
Rationalehttps://numpy.org/devdocs/reference/maskedarray.generic.html#rationale
What is a masked array?https://numpy.org/devdocs/reference/maskedarray.generic.html#what-is-a-masked-array
The numpy.ma modulehttps://numpy.org/devdocs/reference/maskedarray.generic.html#id1
Using numpy.mahttps://numpy.org/devdocs/reference/maskedarray.generic.html#using-numpy-ma
Constructing masked arrayshttps://numpy.org/devdocs/reference/maskedarray.generic.html#constructing-masked-arrays
Accessing the datahttps://numpy.org/devdocs/reference/maskedarray.generic.html#accessing-the-data
Accessing the maskhttps://numpy.org/devdocs/reference/maskedarray.generic.html#accessing-the-mask
Accessing only the valid entrieshttps://numpy.org/devdocs/reference/maskedarray.generic.html#accessing-only-the-valid-entries
Modifying the maskhttps://numpy.org/devdocs/reference/maskedarray.generic.html#modifying-the-mask
Indexing and slicinghttps://numpy.org/devdocs/reference/maskedarray.generic.html#indexing-and-slicing
Operations on masked arrayshttps://numpy.org/devdocs/reference/maskedarray.generic.html#operations-on-masked-arrays
Exampleshttps://numpy.org/devdocs/reference/maskedarray.generic.html#examples
Data with a given value representing missing datahttps://numpy.org/devdocs/reference/maskedarray.generic.html#data-with-a-given-value-representing-missing-data
Filling in the missing datahttps://numpy.org/devdocs/reference/maskedarray.generic.html#filling-in-the-missing-data
Numerical operationshttps://numpy.org/devdocs/reference/maskedarray.generic.html#numerical-operations
Ignoring extreme valueshttps://numpy.org/devdocs/reference/maskedarray.generic.html#ignoring-extreme-values
Constants of the numpy.ma modulehttps://numpy.org/devdocs/reference/maskedarray.baseclass.html
maskedhttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#numpy.ma.masked
nomaskhttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#numpy.ma.nomask
masked_print_optionhttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#numpy.ma.masked_print_option
The MaskedArray classhttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#the-maskedarray-class
MaskedArrayhttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#numpy.ma.MaskedArray
Attributes and properties of masked arrayshttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#attributes-and-properties-of-masked-arrays
MaskedArray methodshttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#maskedarray-methods
Conversionhttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#conversion
Shape manipulationhttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#shape-manipulation
Item selection and manipulationhttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#item-selection-and-manipulation
Pickling and copyhttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#pickling-and-copy
Calculationshttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#calculations
Arithmetic and comparison operationshttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#arithmetic-and-comparison-operations
Representationhttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#representation
Special methodshttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#special-methods
Specific methodshttps://numpy.org/devdocs/reference/maskedarray.baseclass.html#specific-methods
Masked array operationshttps://numpy.org/devdocs/reference/routines.ma.html
Constantshttps://numpy.org/devdocs/reference/routines.ma.html#constants
Creationhttps://numpy.org/devdocs/reference/routines.ma.html#creation
Inspecting the arrayhttps://numpy.org/devdocs/reference/routines.ma.html#inspecting-the-array
Manipulating a MaskedArrayhttps://numpy.org/devdocs/reference/routines.ma.html#manipulating-a-maskedarray
Operations on maskshttps://numpy.org/devdocs/reference/routines.ma.html#operations-on-masks
Conversion operationshttps://numpy.org/devdocs/reference/routines.ma.html#conversion-operations
Masked arrays arithmetichttps://numpy.org/devdocs/reference/routines.ma.html#masked-arrays-arithmetic
previous numpy.broadcast.reset https://numpy.org/devdocs/reference/generated/numpy.broadcast.reset.html
next The numpy.ma module https://numpy.org/devdocs/reference/maskedarray.generic.html
Sphinxhttps://www.sphinx-doc.org/
PyData Sphinx Themehttps://pydata-sphinx-theme.readthedocs.io/en/stable/index.html

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.