From zero to prod with dplyr
Using dplyr the same code can scale from a few thousand rows, tens of thousands, to millions of rows all with very little changes. Learn about lazy tables, and backend agnostic coding.
Using dplyr the same code can scale from a few thousand rows, tens of thousands, to millions of rows all with very little changes. Learn about lazy tables, and backend agnostic coding.
DuckDB is a fast, zero-dependency, in-process database made for data scientists. Lean on DuckDB's tight R integration to scale to larger-than-memory workloads.
Docker containers standardize deployment ensuring consistent environments across different systems. You will know how to encapsulate your production code making it reproducible, scalable, and easier to automate.