modin.pandas.DatetimeIndex.dayofyear¶
- property DatetimeIndex.dayofyear: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py#L208-L210)¶
The ordinal day of the year.
- Return type:
An Index Containing integers indicating the ordinal day of the year.
Examples