pandas.tseries.offsets.BusinessMonthEnd.is_year_start # 营业月末。is_year_start ( ts ) # 返回布尔值,时间戳是否出现在年份开始。 例子 >>> ts = pd.Timestamp(2022, 1, 1) >>> freq = pd.offsets.Hour(5) >>> freq.is_year_start(ts) True