Index.
is_categorical
Return if the current index type is a categorical type.
Examples
>>> ps.DataFrame({'a': [1]}, index=[1]).index.is_categorical() False
previous
pyspark.pandas.Index.is_boolean
next
pyspark.pandas.Index.is_floating