modin.pandas.TimedeltaIndex.seconds¶
- property TimedeltaIndex.seconds: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/modin/plugin/extensions/timedelta_index.py#L119-L125)¶
Number of seconds (>= 0 and less than 1 day) for each element.
- Return type:
An Index with seconds component of the timedelta.
Examples