pandas / 1.4.0 / reference / api / pandas.api.extensions.extensiondtype.type.html /

pandas.api.extensions.ExtensionDtype.type

property ExtensionDtype. type

The scalar type for the array, e.g. int

It’s expected ExtensionArray[item] returns an instance of ExtensionDtype.type for scalar item, assuming that value is valid (not NA). NA values do not need to be instances of type.

© 2008–2022, 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/1.4.0/reference/api/pandas.api.extensions.ExtensionDtype.type.html