A RetroSearch Logo

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

Search Query:

Showing content from https://pandas.pydata.org/docs/reference/api/pandas.IntervalIndex.from_tuples.html below:

pandas.IntervalIndex.from_tuples — pandas 2.3.1 documentation

pandas.IntervalIndex.from_tuples#
classmethod IntervalIndex.from_tuples(data, closed='right', name=None, copy=False, dtype=None)[source]#

Construct an IntervalIndex from an array-like of tuples.

Parameters:
dataarray-like (1-dimensional)

Array of tuples.

closed{‘left’, ‘right’, ‘both’, ‘neither’}, default ‘right’

Whether the intervals are closed on the left-side, right-side, both or neither.

namestr, optional

Name of the resulting IntervalIndex.

copybool, default False

By-default copy the data, this is compat only and ignored.

dtypedtype or None, default None

If None, dtype will be inferred.

Returns:
IntervalIndex

Examples

>>> pd.IntervalIndex.from_tuples([(0, 1), (1, 2)])
IntervalIndex([(0, 1], (1, 2]],
               dtype='interval[int64, right]')

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