polars.Expr.dt.milliseconds#

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

Extract the total milliseconds from a Duration type.

Deprecated since version 0.19.13: Use total_milliseconds() instead.