From 746f767a7bbf449a521d1f06c63b987c324c28e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zabielski?= Date: Thu, 18 Apr 2024 12:07:13 +0200 Subject: [PATCH] Add Apache DataFusion (#103) --- data/crates.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/crates.json b/data/crates.json index bffea47..179e664 100644 --- a/data/crates.json +++ b/data/crates.json @@ -434,7 +434,8 @@ { "name": "DataFrames", "recommendations": [ - { "name": "polars", "notes": "Similar to the Pandas library in Python but in pure Rust. Uses the Apache Arrow Columnar Format as the memory model." } + { "name": "polars", "notes": "Similar to the Pandas library in Python but in pure Rust. Uses the Apache Arrow Columnar Format as the memory model." }, + { "name": "datafusion", "notes": "Apache DataFusion is an in-memory query engine that uses Apache Arrow as the memory model" } ] } ]