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 ofExtensionDtype.type
for scalaritem
, assuming that value is valid (not NA). NA values do not need to be instances of type.