pandas.TimedeltaIndex.components# property TimedeltaIndex.components[source]# Return a DataFrame of the individual resolution components of the Timedeltas. The components (days, hours, minutes seconds, milliseconds, microseconds, nanoseconds) are returned as columns in a DataFrame. Returns DataFrame