Index.
is_interval
Return if the current index type is an interval type.
Examples
>>> ps.DataFrame({'a': [1]}, index=[1]).index.is_interval() False