modin.pandas.TimedeltaIndex.components¶
- property TimedeltaIndex.components: NoReturn[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/modin/plugin/utils/error_message.py#L85-L94)¶
Return a
DataFrameof the individual resolution components of the Timedeltas.The components (days, hours, minutes seconds, milliseconds, microseconds, nanoseconds) are returned as columns in a DataFrame.
- Return type:
Examples