modin.pandas.DatetimeIndex.is_quarter_start¶
- property DatetimeIndex.is_quarter_start: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py#L226-L228)¶
Indicator for whether the date is the first 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_endSimilar property indicating the last day of the quarter.
Examples