Index.rename(name, inplace=False)
Index.argmax(axis=None)
Index.sort(*args, **kwargs)
Index.values return the underlying data as an ndarray
Index.unique()
Index.identical(other)
Index.groupby(values)
Index.ravel(order='C')
Index.strides return the strides of the underlying data
Page 11 of 11