Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.arrays.IntervalArray.closed_left

IntervalArray.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, else False.

Scroll To Top