The article addresses a simple data analytics problem, comparing a Python and Pandas solution to an R solution (using plyr, dplyr, and data.table), as well as kdb+ and BigQuery solutions. Performance improvement tricks for these solutions are then covered... (more…)
Read more »
Background & context https://blog.getdbt.com/why-doesn-t-dbt-support-python/ https://roundup.getdbt.com/p/disjointed-lineage Since the dawn of time, dbt has been SQL first and SQL only. We beli... (more…)
Read more »
Using Dynamic Programming with Python solution: Let’s learn how to think about Colored Rectangles, an 1800-point codeforces problem... (more…)
Read more »
Are you doing a repetitive task that feels like it could be automated? I was. Every day for the past year I’d been importing new users for an app into MailChimp by hand. No more! Now that I’ve learned how to code I’ve handed that task over to Python and C... (more…)
Read more »