pola-rs / polars

Dataframes powered by a multithreaded, vectorized query engine, written in Rust
https://docs.pola.rs
Other
30.49k stars 1.98k forks source link

Implement scan_avro #6903

Open danielgafni opened 1 year ago

danielgafni commented 1 year ago

Problem description

Currently it's not possible to lazily load an .avro file. It would be nice if this would be possible.

Duoquote commented 10 hours ago

+1 need this too