Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Array objects
»
Masked arrays
»
Constants of the
numpy.ma
module
»
numpy.ma.MaskedArray.item
¶
MaskedArray.
item
(
)
¶
Copy the first element of array to a standard Python scalar and return it. The array must be of size one.
Previous topic
numpy.ma.MaskedArray.fill
Next topic
numpy.ma.MaskedArray.nonzero
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Array objects
»
Masked arrays
»
Constants of the
numpy.ma
module
»