Decent SQL patterns for data science pipelines
If you wind up using complex SQL queries run frequently to generate reports, OLAP-style, this blog post details a few good patterns worth following — particularly the use of clean SQL using common table expressions and WITH … AS
(tags: sql coding clean-code patterns data-science data-pipelines olap)