MultiIndex.set_value(arr, key, value)
MultiIndex.is_(other)
MultiIndex.max()
MultiIndex.get_locs(tup)
MultiIndex.union(other)
MultiIndex.nunique(dropna=True)
MultiIndex.putmask(mask, value)
MultiIndex.levels
classmethod MultiIndex.from_product(iterables, sortorder=None, names=None)
MultiIndex.strides return the strides of the underlying data
Page 3 of 13