Skip to content

Pull requests: pola-rs/polars

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

feat(python): Accept numpy arrays in Series.filter enhancement New feature or an improvement of an existing feature python Related to Python Polars
#20431 opened Dec 24, 2024 by lukemanley Loading…
feat(python): Add "drop_empty_cols" parameter for read_excel and read_ods A-io-spreadsheet Area: reading/writing Excel/ODS files enhancement New feature or an improvement of an existing feature python Related to Python Polars
#20430 opened Dec 23, 2024 by alexander-beedie Loading…
refactor: Add a TypeCheckRule to the optimizer internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#20425 opened Dec 23, 2024 by coastalwhite Loading…
feat: More memmaps through semaphore enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20423 opened Dec 23, 2024 by ritchie46 Loading…
feat(rust): Pub-licize Expr DSL Function enums enhancement New feature or an improvement of an existing feature rust Related to Rust Polars
#20421 opened Dec 23, 2024 by Shoeboxam Loading…
fix(rust): Add ScanSources in prelude fix Bug fix rust Related to Rust Polars
#20420 opened Dec 23, 2024 by AntoinePrv Loading…
fix: Fix incorrectly added sorted flag after append for lexically ordered categorical series fix Bug fix python Related to Python Polars rust Related to Rust Polars
#20414 opened Dec 23, 2024 by siddharth-vi Loading…
fix(rust): Validate column names in unique() for empty DataFrames fix Bug fix rust Related to Rust Polars
#20411 opened Dec 23, 2024 by Biswas-N Loading…
4 tasks done
docs: Fix Expr.all description of Kleene logic documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#20409 opened Dec 23, 2024 by lukemanley Loading…
refactor(rust): Use defunctionalization in polars-core scalar.rs in order to reduce code duplication internal An internal refactor or improvement rust Related to Rust Polars
#20377 opened Dec 19, 2024 by burakemir Loading…
perf(rust): Add proper distributor to new-streaming parquet reader performance Performance issues or improvements rust Related to Rust Polars
#20372 opened Dec 19, 2024 by orlp Loading…
fix(rust): Fix null handling in collect_statistics of parquet reader fix Bug fix rust Related to Rust Polars
#20362 opened Dec 19, 2024 by codesorcery Loading…
feat: Add nested loop joins for arbitrary boolean predicates enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20329 opened Dec 17, 2024 by adamreeve Draft
docs(python): Update example for writing to cloud storage documentation Improvements or additions to documentation python Related to Python Polars
#20265 opened Dec 12, 2024 by nameexhaustion Loading…
feat: Add cat.starts_with/cat.ends_with enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20257 opened Dec 11, 2024 by mcrumiller Loading…
fix: Update the jsonpath_lib dependency fix Bug fix python Related to Python Polars rust Related to Rust Polars
#20225 opened Dec 9, 2024 by photino Loading…
fix(rust): Too-strict SQL UDF schema validation fix Bug fix rust Related to Rust Polars
#20202 opened Dec 6, 2024 by Shoeboxam Loading…
fix: Allow more than one dictionary encoded data page per column chunk in parquet fix Bug fix python Related to Python Polars rust Related to Rust Polars
#20148 opened Dec 4, 2024 by coastalwhite Loading…
fix(rust): Fix pl.datetime to follow leftmost-argument naming rule fix Bug fix rust Related to Rust Polars
#20138 opened Dec 3, 2024 by haocheng6 Loading… 2.0.0
feat: Add assert_err and assert_warn enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20100 opened Dec 2, 2024 by coastalwhite Loading…
docs: Add example and tests for pl.concat() with Expr documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#20031 opened Nov 27, 2024 by etiennebacher Loading…
feat: Add strict parameter to pl.concat(how='horizontal') enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20019 opened Nov 27, 2024 by nimit Draft
feat: Add how argument to join_where to support different join types enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#19962 opened Nov 25, 2024 by adamreeve Draft
refactor(python): Split file of lazyframe methods internal An internal refactor or improvement python Related to Python Polars
#19937 opened Nov 23, 2024 by eitsupi Loading…
ProTip! Exclude everything labeled bug with -label:bug.