polars.Series.dt.days#

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

Extract the total days from a Duration type.

Deprecated since version 0.19.13: Use total_days() instead.