pandas.Int8Dtype

class pandas.Int8Dtype [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.int8

© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.24.2/reference/api/pandas.Int8Dtype.html