pandas.arrays.DatetimeArray.view — pandas 0.24.0rc1 documentation (original) (raw)
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. |