Skip to content

Issues: pola-rs/polars

Tracking issue for Polars Cloud
#21487 opened Feb 27, 2025 by ritchie46
Open
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

Panic when reading from parquet s3 without a select statement A-panic Area: code that results in panic exceptions bug Something isn't working needs triage Awaiting prioritization by a maintainer rust Related to Rust Polars
#6196 opened Jan 12, 2023 by universalmind303
2 tasks done
Roundtrip flags with parquet enhancement New feature or an improvement of an existing feature
#6194 opened Jan 12, 2023 by gab23r
Refactor dispatch on url type to the object_store crate enhancement New feature or an improvement of an existing feature
#6179 opened Jan 11, 2023 by winding-lines
Enable writing to cloud storage enhancement New feature or an improvement of an existing feature
#6178 opened Jan 11, 2023 by winding-lines
Enable object_store reading for all the file types enhancement New feature or an improvement of an existing feature
#6177 opened Jan 11, 2023 by winding-lines
Create a DataFrame from a Vec of structs with automatically derived schema enhancement New feature or an improvement of an existing feature
#6168 opened Jan 10, 2023 by oersted
Add coalesce option to join_asof A-api Area: changes to the public API A-ops Area: operations accepted Ready for implementation enhancement New feature or an improvement of an existing feature
#6165 opened Jan 10, 2023 by deanm0000
Lazy scanning of compressed ndjson files enhancement New feature or an improvement of an existing feature
#6162 opened Jan 10, 2023 by oersted
Rust: add pipe() to LazyFrame enhancement New feature or an improvement of an existing feature
#6160 opened Jan 10, 2023 by rben01
support threadpool limits enhancement New feature or an improvement of an existing feature
#6157 opened Jan 10, 2023 by Hoeze
Less operations fit Logical Plan in 26.1 than 25.1 on windows, and far less than on Linux bug Something isn't working needs triage Awaiting prioritization by a maintainer rust Related to Rust Polars
#6139 opened Jan 9, 2023 by AnatolyBuga
2 tasks done
Add values_counts to DataFrame (+ Expr.normalize) enhancement New feature or an improvement of an existing feature
#6138 opened Jan 9, 2023 by Julian-J-S
Unique / Duplicate Enhancements enhancement New feature or an improvement of an existing feature
#6125 opened Jan 8, 2023 by Julian-J-S
max_exprs not working with apply_multiple in 26.1 bug Something isn't working needs triage Awaiting prioritization by a maintainer rust Related to Rust Polars
#6115 opened Jan 8, 2023 by AnatolyBuga
2 tasks done
Automatically adjust the number of columns printed for a DataFrame. A-formatting Area: display/repr of Polars objects A-other Area: not covered by other areas accepted Ready for implementation enhancement New feature or an improvement of an existing feature
#6105 opened Jan 7, 2023 by arturdaraujo
Support for asyncio enhancement New feature or an improvement of an existing feature
#6059 opened Jan 5, 2023 by aersam
Suppress Unneeded Parenthesizing of Stringized Expressions A-formatting Area: display/repr of Polars objects accepted Ready for implementation enhancement New feature or an improvement of an existing feature P-low Priority: low
#5994 opened Jan 2, 2023 by BSalita
Implement Series similarity functions enhancement New feature or an improvement of an existing feature
#5969 opened Dec 31, 2022 by mzaks
Smarter fields inferencing for CSV input enhancement New feature or an improvement of an existing feature
#5924 opened Dec 28, 2022 by aborruso
"Dynamic" groupby using a second dataframe of start/end times or indexes enhancement New feature or an improvement of an existing feature
#5891 opened Dec 23, 2022 by erinov1
Memory mapped compressed feather files enhancement New feature or an improvement of an existing feature
#5890 opened Dec 22, 2022 by thobai
Multiple Condition Mapping like numpy.select A-ops Area: operations enhancement New feature or an improvement of an existing feature
#5823 opened Dec 15, 2022 by Julian-J-S
CSE across multiple frames in collect_all enhancement New feature or an improvement of an existing feature
#5821 opened Dec 15, 2022 by gr-alecz
Cannot pass out argument to numpy ufunc applied to polars series A-interop-numpy Area: interoperability with NumPy bug Something isn't working P-low Priority: low python Related to Python Polars
#5820 opened Dec 15, 2022 by abalkin
2 tasks done
polars cumsum over a group is slower than pandas groupby cumsum performance Performance issues or improvements
#5801 opened Dec 13, 2022 by ChristopherRussell
ProTip! Mix and match filters to narrow down what you’re looking for.