pandas.IntervalDtype.subtype#
- property IntervalDtype.subtype[source]#
The dtype of the Interval bounds.
See also
IntervalDtype
An ExtensionDtype for Interval data.
Examples
>>> dtype = pd.IntervalDtype(subtype="int64", closed="both") >>> dtype.subtype dtype('int64')