Add Apache DataFusion (#103)

This commit is contained in:
Michał Zabielski 2024-04-18 12:07:13 +02:00 committed by GitHub
parent 55f8db73a1
commit 746f767a7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": "<a href=\"https://arrow.apache.org/datafusion\">Apache DataFusion</a> is an in-memory query engine that uses Apache Arrow as the memory model" }
]
}
]