pandas.tseries.offsets.Nano.freqstr # 纳米。频率字符串# 返回表示频率的字符串。 例子 >>> pd.DateOffset(5).freqstr '<5 * DateOffsets>' >>> pd.offsets.BusinessHour(2).freqstr '2bh' >>> pd.offsets.Nano().freqstr 'ns' >>> pd.offsets.Nano(-3).freqstr '-3ns'