pandas.Series.dt.to_pydatetime¶
Return the data as an array of native Python datetime objects.
Timezone information is retained if present.
Warning
Python’s datetime uses microsecond resolution, which is lower than pandas (nanosecond). The values are truncated.
- return
numpy.ndarray Object dtype array containing native Python datetime objects.
Warning
This feature is currently unsupported by Intel Scalable Dataframe Compiler