Series.shape
Return a tuple of the shape of the underlying data.
Examples
>>> s = pd.Series([1, 2, 3]) >>> s.shape (3,)
previous
pandas.Series.ndim
next
pandas.Series.size