Function polars::prelude::datetime_range

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

Create a datetime range from a start and stop expression.