A Python reference implementation of the CF data model
NumpyArray.
dtype
Data-type of the data elements.
New in version (cfdm): 1.7.0
Examples
>>> a.dtype dtype('float64') >>> print(type(a.dtype)) <type 'numpy.dtype'>