Index.
is_numeric
Return if the current index type is a numeric type.
Examples
>>> ps.DataFrame({'a': [1]}, index=[1]).index.is_numeric() True
previous
pyspark.pandas.Index.is_interval
next
pyspark.pandas.Index.is_object