pola-rs / polars

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

Incorporate pyarrow-stubs #19230

Open deanm0000 opened 1 month ago

deanm0000 commented 1 month ago

Description

https://github.com/zen-xu/pyarrow-stubs has most (maybe all) of what would be needed to use type annotations with pyarrow

deanm0000 commented 1 month ago

I thought maybe this could be done a little at a time so I did https://github.com/pola-rs/polars/pull/19231 but it seems it's got to be all or none, not sure.