pandas.tseries.offsets.Easter.is_quarter_start#
- Easter.is_quarter_start()#
- Return boolean whether a timestamp occurs on the quarter start. - Examples - >>> ts = pd.Timestamp(2022, 1, 1) >>> freq = pd.offsets.Hour(5) >>> freq.is_quarter_start(ts) True 
Site Navigation