datetime_range

Function datetime_range 

pub fn datetime_range(
    start: Option<Expr>,
    end: Option<Expr>,
    interval: Option<Duration>,
    num_samples: Option<Expr>,
    closed: ClosedWindow,
    time_unit: Option<TimeUnit>,
    time_zone: Option<TimeZone>,
) -> Result<Expr, PolarsError>
Expand description

Create a datetime range from start, end, interval, and num_samples expressions.