pandas.Interval.closed_left — pandas 1.0.1 documentation (original) (raw)
Interval. closed_left¶
Check if the interval is closed 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.