SciPy

This is documentation for an old release of NumPy (version 1.10.1). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.dtype.kind

dtype.kind

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

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

Previous topic

numpy.dtype.type

Next topic

numpy.dtype.char