pandas.tseries.offsets.CustomBusinessHour.name # 自定义营业时间。姓名# 返回表示基频的字符串。 例子 >>> pd.offsets.Hour().name 'h' >>> pd.offsets.Hour(5).name 'h'