pandas.arrays.TimedeltaArray.asi8

TimedeltaArray.asi8

Integer representation of the values.

Returns:
ndarray

An ndarray with int64 dtype.

Scroll To Top