```python In [2]: pd.Index(pd.SparseArray([1, 2])) Out[2]: Index([1, 2], dtype='object') ``` Should this be an Int64Index?