pandas.Series.dt.is_month_start

Indicates whether the date is the first day of the month.

return

Series or array For Series, returns a Series with boolean values. For DatetimeIndex, returns a boolean array.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler