Table Of Contents

Search

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

pandas.arrays.IntervalArray.open_right

IntervalArray.open_right

Check if the interval is open on the right 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