pandas.IntervalDtype.is_dtype

classmethod IntervalDtype.is_dtype(dtype)[source]

Return a boolean if we if the passed type is an actual dtype that we can match (via string or type)

Scroll To Top