Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

pandas.IntervalDtype#

classpandas.IntervalDtype(subtype=None,closed=None)[source]#

An ExtensionDtype for Interval data.

This is not an actual numpy dtype, but a duck type.

Parameters:
subtypestr, np.dtype

The dtype of the Interval bounds.

Attributes

subtype

The dtype of the Interval bounds.

Methods

None

Examples

>>>pd.IntervalDtype(subtype='int64',closed='both')interval[int64, both]

[8]ページ先頭

©2009-2025 Movatter.jp