dask.dataframe.Index.shape

dask.dataframe.Index.shape

property Index.shape

Return a tuple representing the dimensionality of a Series.

The single element of the tuple is a Delayed result.

Examples

>>> series.shape  
(dd.Scalar<size-ag..., dtype=int64>,)