pandas.PeriodDtype.freq# property PeriodDtype.freq[源代码]# 此 PeriodDtype 的频率对象。 Examples >>> dtype = pd.PeriodDtype(freq='D') >>> dtype.freq <Day>