pandas.arrays.TimedeltaArray.view

TimedeltaArray.view(dtype=None)[source]

New view on this array with the same data.

Parameters:
dtype : numpy dtype, optional
Returns:
ndarray

With the specified dtype.

Scroll To Top