pandas.Series.dt.is_month_end

Indicates whether the date is the last 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