DuckDB in Practice: Enterprise Integration and Architectural Patterns
Learn how to integrate DuckDB into enterprise environments, including Microsoft Fabric deployment, and explore the architectural patterns it e...
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
One-hot encoding and label encoding are two methods used to encode categorical data. Understand the specific advantages and disadvantages of t...
Explore integrating icons, pictograms and images into Power BI in the optimal way to enhance the user experience and minimise effort required ...