pandas.Series.dt.is_quarter_end

Indicator for whether the date is the last day of a quarter.

return

is_quarter_end : Series or DatetimeIndex The same type as the original data with boolean values. Series will have the same name and index. DatetimeIndex will have the same name.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler