Skip to content

Issues: pola-rs/polars

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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Another "coalesce=False" join schema issue bug Something isn't working python Related to Python Polars rust Related to Rust Polars
#16554 opened May 28, 2024 by alexander-beedie
2 tasks done
scan_parquet + with_row_index causing pl.len() to return 0 bug Something isn't working P-medium Priority: medium python Related to Python Polars
#16543 opened May 28, 2024 by cmdlineluser
2 tasks done
.list.to_array() fails if first element of a list column is excluded bug Something isn't working P-low Priority: low python Related to Python Polars
#16540 opened May 28, 2024 by jaschn
2 tasks done
Version 0.20.30 bug bug Something isn't working incomplete Incomplete issue: needs MWE needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#16537 opened May 28, 2024 by hieund2
2 tasks done
ShapeError: filter's length: 155 differs from that of the series: 0 bug Something isn't working incomplete Incomplete issue: needs MWE needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#16536 opened May 28, 2024 by david-waterworth
2 tasks done
add show method for syntax compatibility with pyspark/duckdb/etc dataframe API enhancement New feature or an improvement of an existing feature
#16534 opened May 27, 2024 by djouallah
.struct.with_fields PanicException inside agg bug Something isn't working P-medium Priority: medium python Related to Python Polars
#16533 opened May 27, 2024 by cmdlineluser
2 tasks done
dt.trunctate is 3-4x slower in polars compared to pandas A-timeseries Area: date/time functionality performance Performance issues or improvements python Related to Python Polars
#16531 opened May 27, 2024 by Chuck321123
2 tasks done
Support boolean iterable for argument descending in DataFrame.set_sorted() enhancement New feature or an improvement of an existing feature
#16527 opened May 27, 2024 by jeroenjanssens
Regression: .collect() no longer generates unexpected keywords error. bug Something isn't working P-medium Priority: medium python Related to Python Polars
#16525 opened May 27, 2024 by cmdlineluser
2 tasks done
PanicException when using collect(streaming=True) on an empty .parquet file with joins. bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#16523 opened May 27, 2024 by davidrodriguezpozo
2 tasks done
A regression in numpy-to-series conversion A-input-parsing Area: parsing input arguments bug Something isn't working P-medium Priority: medium python Related to Python Polars regression Issue introduced by a new release
#16522 opened May 27, 2024 by KDruzhkin
2 tasks done
concat_list PanicException inside agg() bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#16519 opened May 27, 2024 by cmdlineluser
2 tasks done
df.group_by(series).agg(...) fails if df was built using pl.concat (ShapeError) bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#16516 opened May 27, 2024 by Elvynzs
2 tasks done
Multiplying or dividing pl.duration converts to float bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#16514 opened May 27, 2024 by thomasaarholt
2 tasks done
depr: enforce ignore_nulls default change in 1.0 A-api Area: changes to the public API accepted Ready for implementation python Related to Python Polars
#16513 opened May 27, 2024 by MarcoGorelli 1.0.0
Series constructor: 2D array to Array instead of List. A-api Area: changes to the public API A-input-parsing Area: parsing input arguments A-interop-numpy Area: interoperability with NumPy accepted Ready for implementation python Related to Python Polars
#16512 opened May 27, 2024 by ritchie46 1.0.0
Update function signature of nth to allow positional input of indices A-api Area: changes to the public API accepted Ready for implementation enhancement New feature or an improvement of an existing feature
#16511 opened May 26, 2024 by stinodego 1.0.0
pl.struct usage of schema renders keyword argument renaming ineffective bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#16509 opened May 26, 2024 by SandroCasagrande
2 tasks done
Add a pl.sql method for running SQL commands A-api Area: changes to the public API A-sql Area: Polars SQL functionality enhancement New feature or an improvement of an existing feature
#16503 opened May 26, 2024 by lucazanna
Backfill based on rows enhancement New feature or an improvement of an existing feature
#16501 opened May 26, 2024 by zacqed
unique + cross-join PanicException on streaming engine A-streaming Related to the streaming engine bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#16491 opened May 25, 2024 by cmdlineluser
2 tasks done
Handle pd.NaT values in lists passed to DataFrame constructor A-input-parsing Area: parsing input arguments A-interop-pandas Area: interoperability with pandas A-panic Area: code that results in panic exceptions enhancement New feature or an improvement of an existing feature P-low Priority: low python Related to Python Polars
#16481 opened May 24, 2024 by d-reynol
2 tasks done
search_sorted does not work on boolean columns accepted Ready for implementation enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
#16476 opened May 24, 2024 by orlp
When reading excel table data, allow selection of the column names/indices to read A-io-excel Area: reading/writing Excel files accepted Ready for implementation enhancement New feature or an improvement of an existing feature
#16473 opened May 24, 2024 by zhujie110607
ProTip! no:milestone will show everything without a milestone.