Skip to content

Commit

Permalink
Add Apache DataFusion (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosciej authored Apr 18, 2024
1 parent 55f8db7 commit 746f767
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
}
]
Expand Down

0 comments on commit 746f767

Please sign in to comment.