We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IntervalArray still has a custom repr:
In [41]: pd.arrays.IntervalArray.from_breaks(range(3)) Out[41]: IntervalArray([(0, 1], (1, 2]], closed='right', dtype='interval[int64]')
We should convert that to the default EA repr.