to_pd_timedelta
to_pd_timedelta converts a Java Duration to a pandas.Timedelta.
Warning
Avoid deephaven.time functions in query strings. Because deephaven.time provides functions that convert between Python and Java types, every call crosses the Python-Java boundary, which slows performance. For more information, see:
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| dt | Union[None, Duration] | A Java Duration to convert to a |
Returns
Returns a pandas.Timedelta.