pandas.Series.dt.is_quarter_start

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

return

is_quarter_start : 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