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
2.33k stars 411 forks source link

docs: integration on Excel to Delta Lake #1933

Open MrPowers opened 11 months ago

MrPowers commented 11 months ago

Description

We should add an Excel integration page that shows how delta-rs can be leveraged to read Excel files and write the data to Delta tables.

Motivation:

Screen Shot 2023-12-01 at 8 33 41 PM
ion-elgreco commented 3 months ago

That's a bit of scope no? Just pd.read_excel or pl.read_excel and that's it :P