polars.Expr.dt.nanoseconds#

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

Extract the total nanoseconds from a Duration type.

Deprecated since version 0.19.13: Use total_nanoseconds() instead.