cudf.core.dtypes.IntervalDtype.fields# property IntervalDtype.fields: dict[str, DtypeObj][source]# Returns an ordered dict of column name and dtype key-value. For IntervalDtype, this always returns {“left”: subtype, “right”: subtype}.