```python In [88]: idx = pd.Index([1, 2, 3]) In [89]: idx.summary() Out[89]: 'Int64Index: 3 entries, 1 to 3' ```