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.98k stars 364 forks source link

docs: Delta Lake + Arrow Integration #1908

Closed MrPowers closed 7 months ago

MrPowers commented 7 months ago

Description

Document the Delta Lake + Arrow integration.

In particular, document the differences between to_pyarrow_dataset and to_pyarrow_table.

MrPowers commented 7 months ago

take