pandas.
IntervalDtype
An ExtensionDtype for Interval data.
This is not an actual numpy dtype, but a duck type.
The dtype of the Interval bounds.
Examples
>>> pd.IntervalDtype(subtype='int64') interval[int64]
Attributes
subtype
Methods
None