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