modin.pandas.TimedeltaIndex.days¶
- property TimedeltaIndex.days: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.30.0/snowpark-python/src/snowflake/snowpark/modin/plugin/extensions/timedelta_index.py#L111-L117)¶
Number of days for each element.
- Return type:
An Index with the days component of the timedelta.
Examples