pandas.PeriodIndex .分钟 # 属性 周期索引。分钟[来源] # 该期间的分钟。 例子 >>> idx = pd.PeriodIndex(["2023-01-01 10:30:00", ... "2023-01-01 11:50:00"], freq='min') >>> idx.minute Index([30, 50], dtype='int64')