polars
https://github.com/pola-rs/polars
Rust
Dataframes powered by a multithreaded, vectorized query engine, written in Rust
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported8 Subscribers
Add a CodeTriage badge to polars
Help out
- Issues
- feat(python): Allow fill_null to be used with torch tensors
- feat: Add rolling_(min/max/sum), rolling_(min/max/sum)_by for `pl.Boolean`
- add a `pipeline` function that would be like pipe but take multiple funcs
- unnest: allow renaming, make applicable to lists, and allow *all
- `.list.unique` takes exceedingly long compared to `pl.col('x').list.set_union('x')`
- `dummy_null` in `Series.to_dummies`
- Filter predicates mis-parsed for pyarrow-based LazyFrames: parses backslash `\` as an escape character
- LazyFrame.with_context() broadcasting
- Let `scan_delta` take a DeltaTable object instead of just string
- Compute-on-the-fly join (type?)
- Docs
- Rust not yet supported