test case: ```python >>> s = pd.Series([0, 1], index=pd.Index(['a0', 'a1'])) >>> s.index.values <StringArray> ['a0', 'a1'] Length: 2, dtype: str ```