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