Convert the Timedelta to a NumPy timedelta64.
This is an alias method for Timedelta.to_timedelta64(). The dtype and copy parameters are available here only for compatibility. Their values will not affect the return value.
See also
Series.to_numpy
Similar method for Series.
Examples
>>> td = pd.Timedelta('3D') >>> td Timedelta('3 days 00:00:00') >>> td.to_numpy() numpy.timedelta64(259200000000000,'ns')
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4