Check if the interval is closed on the right side.
For the meaning of closed and open see Interval
.
True if the Interval is closed on the left-side.
See also
Interval.closed_left
Check if the interval is closed on the left side.
Interval.open_right
Boolean inverse of closed_right.
Examples
>>> iv = pd.Interval(0, 5, closed='both') >>> iv.closed_right True
>>> iv = pd.Interval(0, 5, closed='left') >>> iv.closed_right False
On this page
Show SourceRetroSearch 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