modin.pandas.DatetimeIndex.nanosecond¶
- property DatetimeIndex.nanosecond: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py#L410-L430)¶
The nanoseconds of the datetime.
- Return type:
An Index with the nanoseconds of the datetime.
Examples