pub fn date_range( start: PyExpr, end: PyExpr, interval: &str, closed: Wrap<ClosedWindow>, ) -> PyResult<PyExpr>