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
Assigned to nobody Loading
Sort

Pull requests list

feat(python): Allow bare .row() on a single-row DataFrame, equivalent to .item() on a single-element DataFrame enhancement New feature or an improvement of an existing feature python Related to Python Polars
#25229 opened Nov 8, 2025 by alexander-beedie Loading…
feat(python): Generalize type annotation for Series values input enhancement New feature or an improvement of an existing feature python Related to Python Polars
#25228 opened Nov 8, 2025 by vyasr Loading…
refactor: Refactor dt_range functions changes-dsl Do not merge if this label is present and red internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#25225 opened Nov 7, 2025 by mcrumiller Draft
chore(rust): Add proptest strategies for Series nested types internal An internal refactor or improvement rust Related to Rust Polars
#25220 opened Nov 7, 2025 by Kevin-Patyk Loading…
docs: Remove codspeed link documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#25214 opened Nov 7, 2025 by ritchie46 Loading…
refactor: Add ElementExpr for _eval expressions internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#25199 opened Nov 6, 2025 by kdn36 Draft
docs(python): Update user guide for QueryProgress rename to QueryProfile documentation Improvements or additions to documentation python Related to Python Polars
#25195 opened Nov 6, 2025 by lun3x Loading…
feat: Support additional forms of SQL "CREATE TABLE" statements 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
#25191 opened Nov 6, 2025 by alexander-beedie Loading…
feat: Add support for Float16 dtype changes-dsl Do not merge if this label is present and red enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#25185 opened Nov 5, 2025 by dsprenkels Draft
8 of 14 tasks
fix: Correct schema for fill_null with Enum and Categorical fix Bug fix python Related to Python Polars rust Related to Rust Polars
#25147 opened Nov 3, 2025 by coastalwhite Loading…
feat: Environment variables to configure cloud retry config enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#25107 opened Oct 31, 2025 by nameexhaustion Draft
feat: Add first_non_null/last_non_null changes-dsl Do not merge if this label is present and red enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#25105 opened Oct 30, 2025 by mcrumiller Loading…
ci: Run Narwhals test suite internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#25081 opened Oct 29, 2025 by FBruzzesi Loading…
refactor(rust): Allow Buffer<u8> to be backed by a MemSlice internal An internal refactor or improvement rust Related to Rust Polars
#25067 opened Oct 29, 2025 by nameexhaustion Draft
chore: Cargo update internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#25054 opened Oct 28, 2025 by ritchie46 Loading…
feat: Add LazyFrame.pivot changes-dsl Do not merge if this label is present and red enhancement New feature or an improvement of an existing feature internal An internal refactor or improvement merge-after-dsl-unfreeze python Related to Python Polars rust Related to Rust Polars
#25016 opened Oct 24, 2025 by coastalwhite Loading…
perf: Add streaming sorted Group-By performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars
#25013 opened Oct 24, 2025 by coastalwhite Loading…
Feat: POC for foldv title needs formatting
#24949 opened Oct 20, 2025 by jannickj Loading…
1 of 5 tasks
test(python): Test list-of-structs in map_elements internal An internal refactor or improvement python Related to Python Polars
#24925 opened Oct 18, 2025 by DeflateAwning Loading…
build: Make the runtime a valid 64bit index package build Changes that affect the build system or external dependencies python Related to Python Polars rust Related to Rust Polars
#24882 opened Oct 15, 2025 by JakubValtar Draft
feat: Allow eval expressions with named columns enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#24879 opened Oct 15, 2025 by coastalwhite Draft
feat: Set sorted flag for categoricals enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#24877 opened Oct 15, 2025 by nameexhaustion Draft
feat: Expose assert_frame_schema_equal in py-polars enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#24869 opened Oct 14, 2025 by johalnes Loading…
refactor: Deprecate Expr.rechunk internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#24772 opened Oct 6, 2025 by coastalwhite Loading…
ProTip! Filter pull requests by the default branch with base:main.