dask.dataframe.Series.shape

dask.dataframe.Series.shape

property Series.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>,)