pandas.IntervalDtype

classpandas.IntervalDtype(subtype=None, closed=None)[source]

An ExtensionDtype for Interval data.

This is not an actual numpy dtype, but a duck type.

Parameters:
subtype:str, np.dtype

The dtype of the Interval bounds.

Attributes

subtype

The dtype of the Interval bounds.

Methods

None

Examples

>>> pd.IntervalDtype(subtype='int64', closed='both')
interval[int64, both]

© 2008–2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
© 2011–2025, Open source contributors
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/2.3.0/reference/api/pandas.IntervalDtype.html