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: Fix set_tbl_width_chars panicking with negative width fix Bug fix python Related to Python Polars rust Related to Rust Polars
#20906 opened Jan 25, 2025 by lukemanley Loading…
fix(python): Throw exception if dataframe is too large to be compatible with Excel fix Bug fix python Related to Python Polars
#20900 opened Jan 24, 2025 by banflam Loading…
fix(python): Don't consume c_stream as iterable fix Bug fix python Related to Python Polars
#20899 opened Jan 24, 2025 by deanm0000 Loading…
refactor: Move Parquet deserialization to BitmapBuilder internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#20896 opened Jan 24, 2025 by coastalwhite Draft
docs(rust): Add example of list creation in user guide documentation Improvements or additions to documentation rust Related to Rust Polars
#20854 opened Jan 22, 2025 by deanm0000 Loading…
feat: Allow for more RG skipping by rewriting expr in planner enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20828 opened Jan 21, 2025 by coastalwhite Loading…
feat: Extract timezone info from python datetimes enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20822 opened Jan 21, 2025 by bschoenmaeckers Loading…
2
4
feat(python): Add frame-level all_horizontal / any_horizontal enhancement New feature or an improvement of an existing feature python Related to Python Polars
#20790 opened Jan 18, 2025 by hericks Loading…
fix: Raise error instead of panicking for unsupported SQL operations fix Bug fix python Related to Python Polars rust Related to Rust Polars
#20789 opened Jan 18, 2025 by jqnatividad Draft
feat(rust,python): Add quantiles method to expression list namespace enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20782 opened Jan 18, 2025 by Feiyang472 Loading…
chore: Update copyright year internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#20764 opened Jan 17, 2025 by arnabanimesh Loading…
depr(python): Rename fmt param to f_string in inspect() deprecation Add a deprecation warning to outdated functionality python Related to Python Polars
#20748 opened Jan 16, 2025 by etiennebacher Loading…
docs(python): Add missing shape param to Array docstring documentation Improvements or additions to documentation python Related to Python Polars
#20747 opened Jan 16, 2025 by petrosbar Loading…
docs(python): Add example showing use of write_delta with delta_lake.WriterProperties documentation Improvements or additions to documentation python Related to Python Polars
#20746 opened Jan 16, 2025 by lmmx Loading…
feat(rust,python): Add config to specify GPU polars as the default engine enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20717 opened Jan 14, 2025 by Matt711 Loading…
feat: Filter Parquet pages with ParquetColumnExpr enhancement New feature or an improvement of an existing feature needs-bench Needs a benchmark run python Related to Python Polars rust Related to Rust Polars
#20714 opened Jan 14, 2025 by coastalwhite Loading…
docs: Ensure set_sorted description references single-column behavior documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#20709 opened Jan 14, 2025 by mcrumiller Loading…
feat(rust,python): Add GPU support to the LazyFrame profiler enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20693 opened Jan 13, 2025 by Matt711 Draft
feat: Add list.pad_start() enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20674 opened Jan 12, 2025 by etiennebacher Draft
feat(python): Make the available concat alignment strategies more generic enhancement New feature or an improvement of an existing feature python Related to Python Polars
#20644 opened Jan 9, 2025 by alexander-beedie Loading…
feat: Add mermaid output to show_graph enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20631 opened Jan 9, 2025 by kjgoodrick Loading…
perf: Only load Parquet statistics for live columns performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars
#20617 opened Jan 8, 2025 by coastalwhite Draft
feat: Add cat.contains and cat.contains_any enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#20582 opened Jan 7, 2025 by mcrumiller Loading…
ProTip! Exclude everything labeled bug with -label:bug.