pandas.UInt16Dtype

class pandas.UInt16Dtype[source]

Attributes

itemsize Return the number of bytes in this dtype
names Ordered list of field names, or None if there are no fields.
numpy_dtype Return an instance of our numpy dtype
base  
is_signed_integer  
is_unsigned_integer  
kind  

Methods

construct_array_type() Return the array type associated with this dtype
construct_from_string(string) Construction from a string, raise a TypeError if not possible
is_dtype(dtype) Check if we match ‘dtype’.
type alias of numpy.uint16
Scroll To Top