SciPy

numpy.dtype.kind

dtype.kind

A character code (one of ‘biufcmMOSUV’) identifying the general kind of data.

b boolean
i signed integer
u unsigned integer
f floating-point
c complex floating-point
m timedelta
M datetime
O object
S (byte-)string
U Unicode
V void

Previous topic

numpy.dtype.type

Next topic

numpy.dtype.char