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(python): Improve map_elements typing fix Bug fix python Related to Python Polars
#16257 opened May 16, 2024 by max-muoto Loading…
fix(python): Handle non-Sequence iterables in filter fix Bug fix python Related to Python Polars
#16254 opened May 15, 2024 by dangotbanned Loading…
fix(python): Address overly-permissive expand_selectors function, minor fixes A-selectors Area: column selectors fix Bug fix python Related to Python Polars
#16250 opened May 15, 2024 by alexander-beedie Loading…
feat: Don't require data to be sorted by by column in rolling_*_by operations enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16249 opened May 15, 2024 by MarcoGorelli Draft
fix: `rolling_*_by was throwing incorrect error when dataframe was sorted by contained multiple chunks fix Bug fix python Related to Python Polars rust Related to Rust Polars
#16247 opened May 15, 2024 by MarcoGorelli Loading…
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…
fix(python): Fix Series.to_numpy for Array types with nulls and nested Arrays fix Bug fix python Related to Python Polars
#16230 opened May 15, 2024 by stinodego Loading…
feat(python): Added List dtype support with Integer and Float 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 Draft
feat(python): Expose string expression nodes to python enhancement New feature or an improvement of an existing feature python Related to Python Polars
#16221 opened May 14, 2024 by brandon-b-miller Loading…
refactor: Add IR::Reduce (not yet implemented) internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#16216 opened May 14, 2024 by ritchie46 Loading…
fix(python): Don't allow passing missing data to generalized ufuncs fix Bug fix python Related to Python Polars
#16198 opened May 13, 2024 by itamarst 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…
improve docstring of (Expr|Series).map_elements
#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…
docs(python): Add example for separator parameter in pivot documentation Improvements or additions to documentation python Related to Python Polars
#15957 opened Apr 29, 2024 by jsarbach 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…
docs: Update the Overview section of the contributing guide documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#15674 opened Apr 15, 2024 by marenwestermann Loading…
ProTip! Filter pull requests by the default branch with base:main.