pandas.arrays.IntervalArray.from_tuples — pandas 0.25.3 documentation (original) (raw)
Parameters:
data : array-like (1-dimensional)
Array of tuples
closed : {‘left’, ‘right’, ‘both’, ‘neither’}, default ‘right’
Whether the intervals are closed on the left-side, right-side, both or neither.
copy : boolean, default False
by-default copy the data, this is compat only and ignored
dtype : dtype or None, default None
If None, dtype will be inferred
..versionadded:: 0.23.0