pandas.Period.freqstr # 时期。频率字符串# 返回频率的字符串表示形式。 例子 >>> pd.Period('2020-01', 'D').freqstr 'D' Copy to clipboard