MultiIndex.rename(names, level=None, inplace=False)
MultiIndex.is_lexsorted()
MultiIndex.itemsize return the size of the dtype of the item of the underlying data
MultiIndex.name = None
MultiIndex.insert(loc, item)
classmethod MultiIndex.from_tuples(tuples, sortorder=None, names=None)
MultiIndex.tolist()
MultiIndex.identical(other)
MultiIndex.argmin(axis=None)
MultiIndex.item()
Page 1 of 13