polars.Series.dt.minutes#

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

Extract the total minutes from a Duration type.

Deprecated since version 0.19.13: Use total_minutes() instead.