modin.pandas.DatetimeIndex.is_month_end¶
- property DatetimeIndex.is_month_end: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py#L222-L224)¶
Indicates whether the date is the last day of the month.
- Returns:
An Index with boolean values. Note this is different from native pandas which
returns a python array.
See also
is_month_startSimilar property indicating the first day of the month.
Examples