Index.names
Index.strides return the strides of the underlying data
Index.view(cls=None)
Index.groupby(values)
Index.delete(loc)
Index.ravel(order='C')
Index.get_loc(key, method=None, tolerance=None)
Index.rename(name, inplace=False)
Index.itemsize return the size of the dtype of the item of the underlying data
Page 11 of 11