How do Data Lakehouses Work? An Intro to Delta Lake
With new technologies - such as Delta Lake and other open table formats - there have been huge improvements the performance of Data Lakehouses...
With new technologies - such as Delta Lake and other open table formats - there have been huge improvements the performance of Data Lakehouses...
What exactly is a Data Lakehouse? This blog gives a general introduction to their history, functionality, and what they might mean for you!
Learn how to integrate DuckDB into enterprise environments, including Microsoft Fabric deployment, and explore the architectural patterns it e...
Dive deep into the technical details of DuckDB, exploring its columnar architecture, vectorized execution, SQL enhancements, and the performan...
Explore the concept of the 'data singularity' and how in-process analytics tools like DuckDB are transforming how we work with data by leverag...
This blog explores how to implement robust validation strategies within the medallion architecture using Pandera, helping you catch issues ear...
Records are primarily meant for representing data. They are usually immutable and allow you to copy, equate, and print, object properties.
C# 12.0 adds a new way to annotate parameters: ref readonly. This seems like it should mean exactly the same as the older in annotation. This ...
Understand why label encoding is the preferred technique for encoding categorical data for analysis in Power BI over one-hot encoding.
This post explains how covariance and contravariance in C# interfaces works