MultiIndex.shape return a tuple of the shape of the underlying data
MultiIndex.take(indices, axis=0, allow_fill=True, fill_value=None, **kwargs)
MultiIndex.delete(loc)
MultiIndex.to_series(**kwargs)
MultiIndex.where(cond, other=None)
MultiIndex.ndim return the number of dimensions of the underlying data, by definition 1
MultiIndex.is_monotonic alias for is_monotonic_increasing (deprecated)
MultiIndex.argsort(*args, **kwargs)
MultiIndex.is_lexsorted_for_tuple(tup)
MultiIndex.reshape(*args, **kwargs)
Page 11 of 13