Excel's OFFSET function lets you create a reference that isquite literallyoffset from a starting point. It allows references ...
expr = ( tests.inner_join(vehicles, vehicles.vehicle_id == tests.vehicle_id) .group_by(vehicles.colour) .count() .select("colour", "CountStar()") ) This produces a ...