polars.Series.shape# Series.shape[source]# Shape of this Series. Examples >>> s = pl.Series("a", [1, 2, 3]) >>> s.shape (3,)