Construct an IntervalIndex from an array-like of tuples.
Array of tuples.
Whether the intervals are closed on the left-side, right-side, both or neither.
Name of the resulting IntervalIndex.
By-default copy the data, this is compat only and ignored.
If None, dtype will be inferred.
Examples
>>> pd.IntervalIndex.from_tuples([(0, 1), (1, 2)]) IntervalIndex([(0, 1], (1, 2]], dtype='interval[int64, right]')
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4