pandas.api.extensions.ExtensionArray.shape

property ExtensionArray.shape[source]

Return a tuple of the array dimensions.

Examples

>>> arr = pd.array([1, 2, 3])
>>> arr.shape
(3,)