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(rust): Implement StructFunction expressions in into_py enhancement New feature or an improvement of an existing feature rust Related to Rust Polars
#23022 opened May 30, 2025 by mroeschke Loading…
refactor: Move scan parameter parsing for parquet to reusable function internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#23019 opened May 30, 2025 by nameexhaustion Draft
fix: Do not schema-match structs with different field counts fix Bug fix python Related to Python Polars rust Related to Rust Polars
#23018 opened May 30, 2025 by dsprenkels Loading…
fix: View buffer exceeding 2^32 - 1 bytes in concatenate_view fix Bug fix python Related to Python Polars rust Related to Rust Polars
#23017 opened May 30, 2025 by orlp Loading…
refactor: Rework Categorical/Enum to use (Frozen)Categories internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#23016 opened May 30, 2025 by orlp Draft
feat: Experimental support for sinking to Iceberg enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#23011 opened May 30, 2025 by coastalwhite Loading…
fix: Incorrect output when using sort with group_by and cum_sum fix Bug fix python Related to Python Polars rust Related to Rust Polars
#23001 opened May 29, 2025 by kdn36 Loading…
refactor: Turn pl.cumulative_eval into its own AExpr internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#22994 opened May 28, 2025 by coastalwhite Loading…
feat(python): Add scan_bigquery method with limited filter push-down support enhancement New feature or an improvement of an existing feature python Related to Python Polars
#22976 opened May 27, 2025 by tswast Loading…
chore(python): Bring Pyright's type completeness to 99.7%, enforce minimum 99% type coverage in CI internal An internal refactor or improvement python Related to Python Polars
#22965 opened May 27, 2025 by MarcoGorelli Draft
fix(rust): Fix Int128 literal casting in when/then/otherwise expressions fix Bug fix rust Related to Rust Polars
#22964 opened May 27, 2025 by SamBroomy Loading…
3 tasks done
docs: Mention trig functions use radians not deg (#22950) documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#22961 opened May 27, 2025 by mdavis-xyz Loading…
feat(python): Add utility to read and concatenate valid structured files from a path patternFix Enable reading an empty file enhancement New feature or an improvement of an existing feature python Related to Python Polars
#22945 opened May 26, 2025 by Fahad-M-Alotaibi Loading…
docs(python): Recommend to use DataFrame/Series constructors directly over from_arrow/from_pandas documentation Improvements or additions to documentation python Related to Python Polars
#22942 opened May 26, 2025 by nameexhaustion Draft
fix(python): Improve schema inference for null-first rows fix Bug fix python Related to Python Polars
#22923 opened May 24, 2025 by 5vb76 Draft
feat: Added output type for to_dummies() enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#22904 opened May 23, 2025 by florian-klein Draft
fix(rust): Make casting to date timezone-aware fix Bug fix rust Related to Rust Polars
#22888 opened May 22, 2025 by florian-klein Loading…
feat: Add index_of_first_not_null and index_of_last_not_null Expr and Series methods enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#22880 opened May 22, 2025 by alexander-beedie Loading…
fix: Improve consistency between read_csv and scan_csv fix Bug fix python Related to Python Polars rust Related to Rust Polars
#22876 opened May 22, 2025 by kdn36 Draft
feat(rust!): Implement serde Deserialize for ChunkedArray types when chunked-array-serde feature is enabled breaking rust Change that breaks backwards compatibility for the Rust crate enhancement New feature or an improvement of an existing feature rust Related to Rust Polars
#22847 opened May 20, 2025 by nameexhaustion Loading…
feat: Reinterpret binary data as numerical array enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#22840 opened May 20, 2025 by itamarst Loading…
fix: Ensure time unit upcast for temporal is_in fix Bug fix python Related to Python Polars rust Related to Rust Polars
#22828 opened May 19, 2025 by mcrumiller Draft
fix: Handle file:// URIs in scans by adding PythonScanSourceInput::Uri variant fix Bug fix python Related to Python Polars rust Related to Rust Polars
#22767 opened May 15, 2025 by Matt711 Loading…
build(python): Update pyo3 and numpy crates to version 0.25 build Changes that affect the build system or external dependencies python Related to Python Polars
#22763 opened May 15, 2025 by bschoenmaeckers Loading…
fix: Incorrect results from df.pivot() with custom aggregation fix Bug fix python Related to Python Polars rust Related to Rust Polars
#22718 opened May 12, 2025 by kdn36 Loading…
ProTip! Adding no:label will show everything without a label.