pandas.api.extensions.ExtensionDtype.empty#

ExtensionDtype.empty(shape)[source]#

Construct an ExtensionArray of this dtype with the given shape.

Analogous to numpy.empty.

Parameters
shapeint or tuple[int]
Returns
ExtensionArray