polars.Expr.dt.microseconds#

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

Extract the total microseconds from a Duration type.

Deprecated since version 0.19.13: Use total_microseconds() instead.