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

fix(python): Parse uppercase config keys fix Bug fix python Related to Python Polars
#19852 opened Nov 18, 2024 by ion-elgreco Loading…
chore: Switch back to PyO3 0.22 internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#19851 opened Nov 18, 2024 by itamarst Loading…
fix: Properly handle Zero-Field Structs in row encoding fix Bug fix python Related to Python Polars rust Related to Rust Polars
#19846 opened Nov 18, 2024 by coastalwhite Loading…
test(python): Adjust flaky with_columns test internal An internal refactor or improvement python Related to Python Polars
#19844 opened Nov 18, 2024 by nameexhaustion Loading…
fix: Raise informative error instead of panicking for list arithmetic on some invalid dtypes fix Bug fix python Related to Python Polars rust Related to Rust Polars
#19841 opened Nov 18, 2024 by nameexhaustion Loading…
feat: Support both "iso" and "iso:strict" format options for dt.to_string enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#19840 opened Nov 18, 2024 by alexander-beedie Loading…
docs: Add example and tests for pl.concat() with Expr input documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#19836 opened Nov 17, 2024 by etiennebacher Draft
feat: Support max/min method for Time dtype enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#19815 opened Nov 15, 2024 by eitsupi Loading…
fix(rust): Fix deadlock in CacheExec fix Bug fix rust Related to Rust Polars
#19802 opened Nov 15, 2024 by Liyixin95 Loading…
feat: Add rounding for Decimal type enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#19760 opened Nov 13, 2024 by coastalwhite Loading…
docs: Specify the semantics of empty Series aggregations documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#19739 opened Nov 12, 2024 by coastalwhite Loading…
feat(python): Support StrEnums for pl.Enum Construction enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#19725 opened Nov 11, 2024 by max-muoto Loading…
docs: Expand plotting docs documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#19719 opened Nov 10, 2024 by MarcoGorelli Draft
docs: Update by param description for rolling_*_by functions documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#19715 opened Nov 10, 2024 by MarcoGorelli Draft
feat: Add dt.replace enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#19708 opened Nov 9, 2024 by mcrumiller Loading…
refactor(rust): Refactor compute kernels in polars-arrow to avoid using gather internal An internal refactor or improvement rust Related to Rust Polars
#19669 opened Nov 6, 2024 by nameexhaustion Draft
fix: Add strict parameter to rename_fields fix Bug fix python Related to Python Polars rust Related to Rust Polars
#19646 opened Nov 5, 2024 by mahmudsudo Loading…
feat(python): Add show methods to DataFrame and LazyFrame enhancement New feature or an improvement of an existing feature python Related to Python Polars
#19634 opened Nov 4, 2024 by guilhem-dvr Loading…
fix(python): Fix next on group by objects throw TypeError fix Bug fix python Related to Python Polars
#19615 opened Nov 3, 2024 by tylerriccio33 Loading…
refactor: Further work on PartitionColumn internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#19596 opened Nov 1, 2024 by coastalwhite Draft
feat: Add binary as numerical enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#19542 opened Oct 31, 2024 by balbok0 Loading…
refactor: Turn Expr.append into DSL Expr::Append internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#19536 opened Oct 30, 2024 by coastalwhite Loading…
feat(python): Changed mapping type from dict to Mapping (#19400) enhancement New feature or an improvement of an existing feature python Related to Python Polars
#19436 opened Oct 24, 2024 by DavideCanton Loading…
feat: Add .list.json_encode() enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#19407 opened Oct 23, 2024 by moritzwilksch Draft
6 tasks
docs: Add missing deprecation notice to str.concat documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#19324 opened Oct 20, 2024 by LiamConnors Loading…
ProTip! Exclude everything labeled bug with -label:bug.