Construct from two arrays defining the left and right bounds.
Left bounds for each interval.
Right bounds for each interval.
Whether the intervals are closed on the left-side, right-side, both or neither.
Name of the resulting IntervalIndex.
Copy the data.
If None, dtype will be inferred.
When a value is missing in only one of left or right. When a value in left is greater than the corresponding value in right.
Notes
Each element of left must be less than or equal to the right element at the same position. If an element is missing, it must be missing in both left and right. A TypeError is raised when using an unsupported type for left or right. At the moment, âcategoryâ, âobjectâ, and âstringâ subtypes are not supported.
Examples
>>> pd.IntervalIndex.from_arrays([0, 1, 2], [1, 2, 3]) IntervalIndex([(0, 1], (1, 2], (2, 3]], 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