mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add Apache DataFusion (#103)
This commit is contained in:
parent
55f8db73a1
commit
746f767a7b
1 changed files with 2 additions and 1 deletions
|
@ -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" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue