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