Function polars::prelude::date_ranges

source ·
pub fn date_ranges(
    start: Expr,
    end: Expr,
    interval: Duration,
    closed: ClosedWindow,
    time_unit: Option<TimeUnit>,
    time_zone: Option<String>
) -> Expr
Available on crate features lazy and temporal only.
Expand description

Create a column of date ranges from a start and stop expression.