Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

pandas.PeriodIndex.hour#

propertyPeriodIndex.hour[source]#

The hour of the period.

Examples

>>>idx=pd.PeriodIndex(["2023-01-01 10:00","2023-01-01 11:00"],freq='h')>>>idx.hourIndex([10, 11], dtype='int64')

[8]ページ先頭

©2009-2025 Movatter.jp