delta-io / delta-rs

A native Rust library for Delta Lake, with bindings into Python
https://delta-io.github.io/delta-rs/
Apache License 2.0
1.99k stars 362 forks source link

How to get a DataFrame in Rust? #2404

Closed Veiasai closed 3 months ago

Veiasai commented 3 months ago

Description

Use Case

Related Issue(s)

Veiasai commented 3 months ago

Found "Datafusion", I am playing with that.

https://github.com/delta-io/delta-rs/blob/main/crates/core/src/lib.rs#L47-L66