pyspark.pandas.Index.is_floating

Index.is_floating() → bool

Return if the current index type is a floating type.

Examples

>>> ps.DataFrame({'a': [1]}, index=[1]).index.is_floating()
False