pandas.IntervalIndex¶
-
class
pandas.
IntervalIndex
[source]¶ Immutable Index implementing an ordered, sliceable set. IntervalIndex represents an Index of intervals that are all closed on the same side.
New in version 0.20.0.
Warning: the indexing behaviors are provisional and may change in a future version of pandas.
See also