Index.
is_object
Return if the current index type is a object type.
Examples
>>> ps.DataFrame({'a': [1]}, index=["a"]).index.is_object() True