modin.pandas.DatetimeIndex.is_year_end¶
- property DatetimeIndex.is_year_end: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py#L634-L657)¶
Indicate whether the date is the last day of the year.
- Returns:
An Index with boolean values. Note this is different from native pandas which
returns a python array.
See also
is_year_startSimilar property indicating the start of the year.
Examples