Construct an IntervalArray from an array-like of tuples.
Array of tuples.
Whether the intervals are closed on the left-side, right-side, both or neither.
By-default copy the data, this is compat only and ignored.
If None, dtype will be inferred.
Examples
>>> pd.arrays.IntervalArray.from_tuples([(0, 1), (1, 2)]) <IntervalArray> [(0, 1], (1, 2]] Length: 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