pandas.Series.dt.is_year_start¶
Indicate whether the date is the first day of a 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