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