Data Science

From Zero to Hero: dbt with Ibis Framework

A complete guide from dbt fundamentals to Python-powered transformations Introduction After completing the Complete dbt Data Build Tool Bootcamp, I realized dbt brings software engineering best practices to data transformation. But what if you could combine dbt’s structure with Python’s flexibility? That’s where dbt-ibis comes in. This guide will take you from zero to...

Continue reading...

Cypher Quick Reference Guide

A comprehensive quick reference for Cypher, the query language for graph databases. This guide focuses on Cypher syntax and patterns that work across Neo4j, Kuzu, and other graph databases supporting Cypher. For SQL Developers: How Cypher Relates to SQL If you’re coming from a SQL background, you’ll find Cypher surprisingly...

Continue reading...