pandas.Interval.closed_right — pandas 0.24.0rc1 documentation (original) (raw)
Interval.
closed_right
¶
Check if the interval is closed 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, elseFalse. |
---|