Function polars_lazy::dsl::functions::date_ranges

pub fn date_ranges(
    start: Expr,
    end: Expr,
    interval: Duration,
    closed: ClosedWindow
) -> Expr
Available on crate feature temporal only.
Expand description

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