News

Why write SQL queries when you can get an LLM to write the code for you? Query NFL data using querychat, a new chatbot ...
Use DuckDB within Excel with the xlDuckDb addin. DuckDB is an amazing tool with deep integration with Python and R, but sometimes you just need data in Excel. xlDuckDb allows DuckDB SQL to be run ...
DuckDB is an embedded database, similar to SQLite, but designed for OLAP-style analytics. It is crazy fast and allows you to read and write data stored in CSV, JSON, and Parquet files directly, ...