Better SQL Generation via the data_algebra
Win-Vector Blog 2019-12-18
Summary:
In our recent note What is new for rquery December 2019 we mentioned an ugly processing pipeline that translates into SQL of varying size/quality depending on the query generator we use. In this note we try a near-relative of that query in the data_algebra. dplyr translates the query to SQL as: SELECT 5.0 AS `x`, … Continue reading Better SQL Generation via the data_algebra