openmnglab.util.pandas.pandas_names# openmnglab.util.pandas.pandas_names(inp: Series | DataFrame) → Iterable[str][source]# Iterates over all index and column names of the passed series or dataframe. :param inp: Series or dataframe to yield the names from :return: An iterable of all index and column names