MultiIndex.get_major_bounds(start=None, end=None, step=None, kind=None)
classmethod MultiIndex.from_tuples(tuples, sortorder=None, names=None)
MultiIndex.strides return the strides of the underlying data
MultiIndex.labels
MultiIndex.data return the data pointer of the underlying data
MultiIndex.union(other)
MultiIndex.shift(periods=1, freq=None)
MultiIndex.max()
MultiIndex.copy(names=None, dtype=None, levels=None, labels=None, deep=False, _set_identity=False, **kwargs)
classmethod MultiIndex.from_product(iterables, sortorder=None, names=None)
Page 3 of 13