Enter search terms or a module, class or function name.
DatetimeArray.
dtype
The dtype for the DatetimeArray.
If the values are tz-naive, then np.dtype('datetime64[ns]') is returned.
np.dtype('datetime64[ns]')
If the values are tz-aware, then the DatetimeTZDtype is returned.
DatetimeTZDtype