IntervalDtype.subtype
The dtype of the Interval bounds.
Examples
>>> dtype = pd.IntervalDtype(subtype='int64', closed='both') >>> dtype.subtype dtype('int64')
previous
pandas.IntervalDtype
next
pandas.arrays.IntegerArray