polars.Expr.dt.days#

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

Extract the total days from a Duration type.

Deprecated since version 0.19.13: Use total_days() instead.