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