pandas.PeriodDtype.freq#

property PeriodDtype.freq[源代码]#

这个 PeriodDtype 的频率对象。

例子

>>> dtype = pd.PeriodDtype(freq="D")
>>> dtype.freq
<Day>