pandas.Series.dt.is_year_end

Indicate whether the date is the last day of the year.

return

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