polars.Expr.dt.minutes#

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

Extract the total minutes from a Duration type.

Deprecated since version 0.19.13: Use total_minutes() instead.