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

refactor(python): Prepare deltalake 1.0 internal An internal refactor or improvement python Related to Python Polars
#22931 opened May 24, 2025 by ion-elgreco Loading…
fix(python): Guard against dictionaries being passed to with_columns fix Bug fix python Related to Python Polars
#22928 opened May 24, 2025 by kutal10 Loading…
4 tasks done
docs: Add missing entry for LazyFrame __getitem__ documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
#22924 opened May 24, 2025 by alexander-beedie Loading…
fix(python): Improve schema inference for null-first rows fix Bug fix python Related to Python Polars
#22923 opened May 24, 2025 by 5vb76 Loading…
fix: Allow subclasses in type equality checking fix Bug fix python Related to Python Polars rust Related to Rust Polars
#22915 opened May 23, 2025 by nikaltipar Loading…
fix: Return early in pl.Expr.__array_ufunc__ when only single input fix Bug fix python Related to Python Polars rust Related to Rust Polars
#22913 opened May 23, 2025 by deanm0000 Loading…
refactor: Turn list.eval into an AExpr internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#22911 opened May 23, 2025 by coastalwhite Draft
perf: Add first_(true|false)_idx to BooleanChunked and use in bool arg_(min|max) performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars
#22907 opened May 23, 2025 by orlp Loading…
refactor: Base the meta expressions on the DSL instead of the IR internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#22906 opened May 23, 2025 by coastalwhite Loading…
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
ci: Add a CI check for DSL schema changes internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
#22898 opened May 23, 2025 by JakubValtar Loading…
fix(rust): Fix cum_min and cum_max does not preserve inf or -inf values at series start fix Bug fix rust Related to Rust Polars
#22896 opened May 23, 2025 by Athsus Loading…
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 Loading…
depr(python): Deprecate allow_missing_columns in scan_parquet in favor of missing_columns blocked Cannot be worked on due to external dependencies, or significant new internal features needed first deprecation Add a deprecation warning to outdated functionality python Related to Python Polars
#22784 opened May 16, 2025 by nameexhaustion 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…
feat: Add slice/head/tail methods to arr enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#22701 opened May 9, 2025 by Luis-Varona Draft
feat(python): Add extra_columns parameter to scan_parquet enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#22699 opened May 9, 2025 by nameexhaustion Loading…
ProTip! Filter pull requests by the default branch with base:main.