pandas.IntervalIndex.to_tuples

IntervalIndex.to_tuples(*args, **kwargs)[source]

Return an ndarray of tuples of the form (left, right).

Parameters
na_tuplebool, default True

Returns NA as a tuple if True, (nan, nan), or just as the NA value itself if False, nan.

Returns
tuples: ndarray