Skip to content

Pull requests: pola-rs/polars

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

Pull requests list

fix(rust): Fix panic when computing min() of Duration series. fix Bug fix rust Related to Rust Polars
#16455 opened May 23, 2024 by BGR360 Loading…
fix(python): write_delta() apparently does support Categorical columns fix Bug fix python Related to Python Polars
#16454 opened May 23, 2024 by itamarst Loading…
docs(python): Use pl.field inside with_fields examples. documentation Improvements or additions to documentation python Related to Python Polars
#16451 opened May 23, 2024 by cmdlineluser Loading…
fix: allow search_sorted directly on multiple chunks, and fix behavior around nulls fix Bug fix python Related to Python Polars rust Related to Rust Polars
#16447 opened May 23, 2024 by orlp Loading…
feat!: Remove redundant column name when pivoting by multiple values breaking Change that breaks backwards compatibility do not merge This pull requests should not be merged right now enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16439 opened May 23, 2024 by MarcoGorelli Loading…
feat(rust): Add general metadata structure to ChunkedArray enhancement New feature or an improvement of an existing feature rust Related to Rust Polars
#16399 opened May 22, 2024 by coastalwhite Loading…
feat: Add circular shift via circshift enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16347 opened May 21, 2024 by mcrumiller Draft
feat: Initial support for SQL ARRAY literals and the UNNEST table function A-sql Area: Polars SQL functionality enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16330 opened May 20, 2024 by alexander-beedie Loading…
docs(python): Overview of available SQL functions documentation Improvements or additions to documentation python Related to Python Polars
#16268 opened May 16, 2024 by r-brink Draft
fix(rust): BatchedParquetReader ignore with_columns fix Bug fix rust Related to Rust Polars
#16244 opened May 15, 2024 by cyc4188 Loading…
fix(python): Include pl. qualifier for inner dtypes in to_init_repr() fix Bug fix python Related to Python Polars
#16235 opened May 15, 2024 by datenzauberai Loading…
feat(python): Added List dtype support with all subtypes for from_repr functionality enhancement New feature or an improvement of an existing feature python Related to Python Polars
#16226 opened May 14, 2024 by tharunsuresh-code Loading…
feat(python): Validate time_zone in pl.Datetime enhancement New feature or an improvement of an existing feature python Related to Python Polars
#16165 opened May 11, 2024 by luke396 Draft
feat(rust, python): Support reading UInt8, UInt16, Int8 and Int16 in newline delimited JSON enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16105 opened May 7, 2024 by krishanjmistry Loading…
docs(python): improve docstring of (Expr|Series).map_elements documentation Improvements or additions to documentation python Related to Python Polars
#16079 opened May 6, 2024 by KDruzhkin Loading…
fix(python): Convert date and datetime in literal construction fix Bug fix python Related to Python Polars
#16018 opened May 2, 2024 by mcrumiller Loading…
feat(Python): Allow left/center as table cell alignment format for notebooks enhancement New feature or an improvement of an existing feature
#15915 opened Apr 26, 2024 by lisphilar Loading…
5 tasks done
fix: Allow index=None in pivot() fix Bug fix python Related to Python Polars rust Related to Rust Polars
#15855 opened Apr 24, 2024 by ohines Loading…
docs(python): Add docstring examples for Exceptions documentation Improvements or additions to documentation python Related to Python Polars
#15803 opened Apr 20, 2024 by NedJWestern Loading…
docs(python): Add docstring examples for Exceptions documentation Improvements or additions to documentation python Related to Python Polars
#15800 opened Apr 20, 2024 by NedJWestern Draft
docs: update the version of Rust crate in the installation.md documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#15766 opened Apr 19, 2024 by haoxins Loading…
feat(rust): Improves documentation for GCP and adds setters to ScanArgsParquet enhancement New feature or an improvement of an existing feature rust Related to Rust Polars
#15759 opened Apr 19, 2024 by andyquinterom Loading…
feat(rust, python): Return datetime for mean/median of Date column enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#15679 opened Apr 16, 2024 by mcrumiller Loading…
ProTip! Exclude everything labeled bug with -label:bug.