pandas.Interval.open_left — pandas 0.25.3 documentation (original) (raw)

Interval. open_left

Check if the interval is open on the left side.

For the meaning of closed and open see Interval.

Returns: bool True if the Interval is closed on the left-side, elseFalse.