pandas.tseries.offsets.Milli.name# Milli.name# 返回表示基本频率的字符串。 Examples >>> pd.offsets.Hour().name 'h' >>> pd.offsets.Hour(5).name 'h'