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

Add pl.Config.show_full (or something similar) enhancement New feature or an improvement of an existing feature
#16587 opened May 29, 2024 by mcrumiller
write_parquet(pyarrow=False) with Struct panic: "The children must have an equal number of values." bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#16586 opened May 29, 2024 by Luffbee
2 tasks done
add strategy="mode" for fill_null enhancement New feature or an improvement of an existing feature
#16585 opened May 29, 2024 by zippeurfou
Expose API for custom grouping operations similar to expression plugin API enhancement New feature or an improvement of an existing feature
#16584 opened May 29, 2024 by erinov1
In LazyFrame, select empty Series causes panic bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#16577 opened May 29, 2024 by eitsupi
2 tasks done
Inconsistent Behavior with inspect in Aggregations bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#16568 opened May 29, 2024 by mingi3314
2 tasks done
Improve string split API and DataTypes (split, splitn, split_exact) enhancement New feature or an improvement of an existing feature
#16565 opened May 29, 2024 by JulianCologne
Rolling ewm/prod/rank A-rolling enhancement New feature or an improvement of an existing feature
#16564 opened May 29, 2024 by Mirac-Le
Shift(n) should accept a varying n enhancement New feature or an improvement of an existing feature
#16560 opened May 29, 2024 by lmocsi
.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
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.truncate 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() A-dtype-list/array Area: list/array data type needs triage Awaiting prioritization by a maintainer P-medium Priority: medium python Related to Python Polars rust Related to Rust Polars
#16519 opened May 27, 2024 by cmdlineluser
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
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
ProTip! Exclude everything labeled bug with -label:bug.