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