Return the type of the data of the array.
Type of the data of the array.
Examples
>>> a = zeros('sex=M,F;type=type1,type2,type3') >>> a.dtype dtype('float64')