Returns True if first argument is a typecode lower/equal in type hierarchy.
arg1 : dtype_like
dtype or string representing a typecode.
arg2 : dtype_like
See also
Examples
>>> np.issubdtype('S1', str) True >>> np.issubdtype(np.float64, np.float32) False
numpy.issctype
numpy.issubsctype