pandas.IntervalDtype.subtype — pandas 2.2.3 documentation (original) (raw)
property IntervalDtype.subtype[source]#
The dtype of the Interval bounds.
Examples
dtype = pd.IntervalDtype(subtype='int64', closed='both') dtype.subtype dtype('int64')
property IntervalDtype.subtype[source]#
The dtype of the Interval bounds.
Examples
dtype = pd.IntervalDtype(subtype='int64', closed='both') dtype.subtype dtype('int64')