modin.pandas.DatetimeIndex.is_year_start¶
- property DatetimeIndex.is_year_start: Index[source]¶
Indicate whether the date is the first day of a year.
- Returns:
An Index with boolean values. Note this is different from native pandas which
returns a python array.
See also
is_year_endSimilar property indicating the last day of the year.
Examples