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 supported15 Subscribers
Add a CodeTriage badge to polars
Help out
- Issues
- feat: Use true division for the `/` operator in Polars SQL
- fix(plan): remove duplicate column in match_to_schema missing-columns error
- df.n_unique() to work on all columns by default
- Magic method for alias, column, field
- `rolling_*_by` panics when `by` contains nulls
- Concurrent `scan_parquet(...).collect()` on a file being rewritten triggers `slice::get_unchecked` UB in `polars-stream/.../row_group_data_fetch.rs:112`
- fix: Propagate null `by` column values in `rolling_*_by`
- fix(python): Raise `TypeError` instead of `AttributeError` when calling `next()` on uninitialized `GroupBy`
- fix(python): Support numpy ufuncs on Array dtype Series
- Data corruption when reading with cloud IO in concurrent write scenario
- Docs
- Rust not yet supported