dtype.
  • References/Python/NumPy/Array objects/Data type objects

dtype.__reduce__()

2025-01-10 15:47:30
dtype.itemsize
  • References/Python/NumPy/Array objects/Data type objects

dtype.itemsize The element size of this data-type object. For 18 of the 21 types this number is fixed by the data-type

2025-01-10 15:47:30
dtype.
  • References/Python/NumPy/Array objects/Data type objects

dtype.__setstate__()

2025-01-10 15:47:30
dtype.flags
  • References/Python/NumPy/Array objects/Data type objects

dtype.flags Bit-flags describing how this data type is to be interpreted. Bit-masks are in numpy.core.multiarray

2025-01-10 15:47:30
dtype.kind
  • References/Python/NumPy/Array objects/Data type objects

dtype.kind A character code (one of ?biufcmMOSUV?) identifying the general kind of data.

2025-01-10 15:47:30
dtype.type
  • References/Python/NumPy/Array objects/Data type objects

dtype.type The type object used to instantiate a scalar of this data-type.

2025-01-10 15:47:30
dtype.alignment
  • References/Python/NumPy/Array objects/Data type objects

dtype.alignment The required alignment (bytes) of this data-type according to the compiler. More information

2025-01-10 15:47:30
dtype.char
  • References/Python/NumPy/Array objects/Data type objects

dtype.char A unique character code for each of the 21 different built-in types.

2025-01-10 15:47:30
dtype.num
  • References/Python/NumPy/Array objects/Data type objects

dtype.num A unique number for each of the 21 different built-in types. These are roughly ordered from least-to-most

2025-01-10 15:47:30
dtype.byteorder
  • References/Python/NumPy/Array objects/Data type objects

dtype.byteorder A character indicating the byte-order of this data-type object. One of:

2025-01-10 15:47:30