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