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 365 forks source link

docs: add drop columns usage page #2561

Open avriiil opened 1 month ago

avriiil commented 1 month ago

This PR adds a usage page about dropping columns

avriiil commented 1 month ago

@MrPowers -- is this the recommended way to drop columns with python deltalake atm?

Using the alter table functionality as recommended here would be better, but AFAICT there is no column drop functionality in dt.alter yet.

ion-elgreco commented 3 weeks ago

@avriiil let's maybe hold off with this until we have a drop column operation, I'll probably look into this after add column operation is merged

avriiil commented 3 weeks ago

@ion-elgreco - makes sense! Feel free to ping me when the drop column API is ready and I'll be happy to update this docs page