A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://pandas.pydata.org/pandas-docs/stable/reference/api/../api/pandas.Interval.closed_left.html below:

pandas.Interval.closed_left — pandas 2.3.1 documentation

pandas.Interval.closed_left#
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.

See also

Interval.closed_right

Check if the interval is closed on the right side.

Interval.open_left

Boolean inverse of closed_left.

Examples

>>> iv = pd.Interval(0, 5, closed='left')
>>> iv.closed_left
True
>>> iv = pd.Interval(0, 5, closed='right')
>>> iv.closed_left
False

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4