pandas.arrays.
TimedeltaArray
Pandas ExtensionArray for timedelta data.
New in version 0.24.0.
Warning
TimedeltaArray is currently experimental, and its API may change without warning. In particular, TimedeltaArray.dtype is expected to change to be an instance of an ExtensionDtype subclass.
TimedeltaArray.dtype
ExtensionDtype
The timedelta data.
Currently, only numpy.dtype("timedelta64[ns]") is accepted.
numpy.dtype("timedelta64[ns]")
Whether to copy the underlying array of data.
Attributes
None
Methods