Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

pandas.Interval.closed_right#

Interval.closed_right#

Check if the interval is closed on the right side.

For the meaning ofclosed andopen seeInterval.

Returns:
bool

True if the Interval is closed on the left-side.

See also

Interval.closed_left

Check if the interval is closed on the left side.

Interval.open_right

Boolean inverse of closed_right.

Examples

>>>iv=pd.Interval(0,5,closed='both')>>>iv.closed_rightTrue
>>>iv=pd.Interval(0,5,closed='left')>>>iv.closed_rightFalse

[8]ページ先頭

©2009-2025 Movatter.jp