pandas.arrays.DatetimeArray.view

DatetimeArray.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