pandas.api.extensions.ExtensionDtype.construct_array_type

classmethod ExtensionDtype.construct_array_type() → Type[ForwardRef('ExtensionArray')][source]

Return the array type associated with this dtype.

Returns
type