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