openmnglab.util.pandas.index_names#

openmnglab.util.pandas.index_names(inp: Index | MultiIndex) Iterable[str][source]#

Iterates over all index names of the passed index or multiindex. :param inp: index or multiindex to yield the name(s) from :return: An iterable of all names of the passed index