Index objects — pandas 1.3.5 documentation
pandas.pydata.org › pandas-docs › stableDetermine if two Index object are equal. Index.factorize ([sort, na_sentinel]) Encode the object as an enumerated type or categorical variable. Index.identical (other) Similar to equals, but checks that object attributes and types are also equal. Index.insert (loc, item) Make new Index inserting new item at location. Index.is_ (other)
pandas.MultiIndex — pandas 1.3.5 documentation
pandas.pydata.org › api › pandasto_frame ([index, name]) Create a DataFrame with the levels of the MultiIndex as columns. to_flat_index Convert a MultiIndex to an Index of Tuples containing the level values. sortlevel ([level, ascending, sort_remaining]) Sort MultiIndex at the requested level. droplevel ([level]) Return index with requested level(s) removed. swaplevel ([i, j])