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 supported14 Subscribers
Add a CodeTriage badge to polars
Help out
- Issues
- register_io_source schema claims to take a callable that returns a `SchemaDict` but the callable actually needs a schema
- Unclear error msg when initializing a dataframe from list of dicts with non-string keys
- Add `extra_columns: "ignore" | "raise"`
- Add a `dtype` argument to `DataFrame.with_row_index()`
- `Expr.rechunk` does not rechunk in `with_columns`
- Add a description of how `read_parquet("s3://...")` and `scan_parquet(s3)` work (caching, fast-paths/optimizations, parallel fetchers)
- conversion from enum type fails
- Deprecate pl.Expr.rechunk
- CSV with_column_names (internally `with_schema_modify`) causes duplicate schema inference / decompression
- Support ODBC Connection Strings in `write_database`
- Docs
- Rust not yet supported