Return True if date is last day of the quarter.
Examples
>>> ts = pd.Timestamp(2020, 3, 14) >>> ts.is_quarter_end False
>>> ts = pd.Timestamp(2020, 3, 31) >>> ts.is_quarter_end True
previous
pandas.Timestamp.is_month_start
next
pandas.Timestamp.is_quarter_start