pandas.Period.freqstr#

Period.freqstr#

返回频率的字符串表示。

例子

>>> pd.Period('2020-01', 'D').freqstr
'D'