On this page
numpy.ma.MaskedArray.dtype
property
property ma.MaskedArray.dtype- 
    
Data-type of the array’s elements.
- Parameters
 - 
      
- None
 
 - Returns
 - 
      
dnumpy dtype object
 
See also
Examples
>>> x array([[0, 1], [2, 3]]) >>> x.dtype dtype('int32') >>> type(x.dtype) <type 'numpy.dtype'> 
© 2005–2021 NumPy Developers
Licensed under the 3-clause BSD License.
 https://numpy.org/doc/1.20/reference/generated/numpy.ma.MaskedArray.dtype.html