polars.Series.dt.nanoseconds#

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

Extract the total nanoseconds from a Duration type.

Deprecated since version 0.19.13: Use total_nanoseconds() instead.