Index.strides return the strides of the underlying data
Index.values return the underlying data as an ndarray
Index.rename(name, inplace=False)
Index.view(cls=None)
Index.ravel(order='C')
Index.get_slice_bound(label, side, kind)
Index.unique()
Index.asi8 = None
Index.shape return a tuple of the shape of the underlying data
Page 11 of 11