hipdf.core.dtypes.ListDtype.type#
21 min read time
Applies to Linux
- property ListDtype.type#
The scalar type for the array, e.g.
intIt’s expected
ExtensionArray[item]returns an instance ofExtensionDtype.typefor scalaritem, assuming that value is valid (not NA). NA values do not need to be instances of type.