polars.Series.dt.seconds#

Series.dt.seconds() Series[source]#

Extract the total seconds from a Duration type.

Deprecated since version 0.19.13: Use total_seconds() instead.