pandas.CategoricalIndex.equals

CategoricalIndex.equals(self, other)[source]

Determine if two CategorialIndex objects contain the same elements.

Returns:
bool

If two CategorialIndex objects have equal elements True, otherwise False.

Scroll To Top