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
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

pl.all().filter PanicException A-panic Area: code that results in panic exceptions bug Something isn't working P-low Priority: low python Related to Python Polars
#18733 opened Sep 13, 2024 by cmdlineluser
2 tasks done
passing str + list[Expr] to agg() causes PanicException A-panic Area: code that results in panic exceptions bug Something isn't working P-low Priority: low python Related to Python Polars
#18706 opened Sep 12, 2024 by cmdlineluser
2 tasks done
LazyFrame::cross_join + concat_list error 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
#18587 opened Sep 6, 2024 by kgv
2 tasks done
PanicException: index: 8449 out of bounds for len: 1 when using scan csv with schema and include_file_paths A-io-csv Area: reading/writing CSV files A-panic Area: code that results in panic exceptions accepted Ready for implementation bug Something isn't working P-medium Priority: medium python Related to Python Polars
#18257 opened Aug 18, 2024 by djouallah
2 tasks done
PanicException: implementation error in fill_null A-panic Area: code that results in panic exceptions accepted Ready for implementation bug Something isn't working P-medium Priority: medium python Related to Python Polars
#18051 opened Aug 5, 2024 by phil-zxx
2 tasks done
Panic error when sorting a DataFrame containing a list[struct] column type whose elements contain aggregated values from an enum column A-panic Area: code that results in panic exceptions bug Something isn't working P-medium Priority: medium python Related to Python Polars
#18026 opened Aug 2, 2024 by tpaxman
2 tasks done
map_elements sometimes returns None instead of null A-panic Area: code that results in panic exceptions bug Something isn't working P-low Priority: low python Related to Python Polars
#17936 opened Jul 30, 2024 by anergictcell
2 tasks done
PanicException on reading Parquet file from S3 A-io-cloud Area: reading/writing to cloud storage A-panic Area: code that results in panic exceptions bug Something isn't working P-low Priority: low python Related to Python Polars
#17864 opened Jul 25, 2024 by jonimatix
2 tasks done
PanicException: validity must be equal to the array's length during .explode A-panic Area: code that results in panic exceptions bug Something isn't working needs repro Bug does not yet have a reproducible example python Related to Python Polars
#17745 opened Jul 19, 2024 by theelderbeever
2 tasks done
Panic when decoding creating fixed-size list of Time values A-dtype-list/array Area: list/array data type A-panic Area: code that results in panic exceptions accepted Ready for implementation bug Something isn't working P-medium Priority: medium python Related to Python Polars
#17599 opened Jul 12, 2024 by coastalwhite
2 tasks done
Panic when creating simple nested dataframe with numpy A-interop-numpy Area: interoperability with NumPy A-panic Area: code that results in panic exceptions bug Something isn't working P-low Priority: low python Related to Python Polars
#17531 opened Jul 9, 2024 by coastalwhite
2 tasks done
Unable to write polars DaraFrame to parquet file with UUID in column data A-panic Area: code that results in panic exceptions bug Something isn't working python Related to Python Polars
#17486 opened Jul 8, 2024 by tribunsky-kir
2 tasks done
Writing a DataFrame which has a column with type pl.List(SomePolarsEnum) inside a pl.Struct causes panic "ListArray's child's DataType must match" A-panic Area: code that results in panic exceptions bug Something isn't working P-medium Priority: medium python Related to Python Polars
#17479 opened Jul 8, 2024 by bzm3r
2 tasks done
Panic if tuple kwarg passed to df.with_columns(col_name = accidental_tuple_here) A-panic Area: code that results in panic exceptions accepted Ready for implementation bug Something isn't working P-medium Priority: medium python Related to Python Polars
#17413 opened Jul 3, 2024 by DeflateAwning
2 tasks done
Panic when filtering by non-boolean A-panic Area: code that results in panic exceptions bug Something isn't working P-low Priority: low python Related to Python Polars
#17391 opened Jul 3, 2024 by mdavis-xyz
2 tasks done
Entered unreachable code on valid SQL A-panic Area: code that results in panic exceptions A-sql Area: Polars SQL functionality bug Something isn't working P-low Priority: low python Related to Python Polars
#17381 opened Jul 3, 2024 by guilherme-wisdom
2 tasks done
panic calling collect_schema on lazy group_by + map_batches A-panic Area: code that results in panic exceptions bug Something isn't working P-medium Priority: medium python Related to Python Polars
#17327 opened Jul 1, 2024 by wence-
2 tasks done
.sink_parquet() sometimes panics when statistics has "null_count": False A-io-parquet Area: reading/writing Parquet files A-panic Area: code that results in panic exceptions bug Something isn't working P-low Priority: low python Related to Python Polars
#17306 opened Jun 30, 2024 by etiennebacher
2 tasks done
floor_div runtime error for i64, u32 and u64 A-arithmetic Area: arithmetic A-panic Area: code that results in panic exceptions bug Something isn't working regression Issue introduced by a new release rust Related to Rust Polars
#17238 opened Jun 27, 2024 by TitouanReal
2 tasks done
.mean_horizontal() does not work with pl.datetime (but .mean() does) A-panic Area: code that results in panic exceptions bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#17237 opened Jun 27, 2024 by Elvynzs
2 tasks done
Panic when calling top_k on list-of-lists type A-ops-sort Area: sorting operations A-panic Area: code that results in panic exceptions bug Something isn't working P-low Priority: low python Related to Python Polars
#17225 opened Jun 26, 2024 by stinodego
2 tasks done
.struct.field('*') PanicException when used after .list.to_struct() A-panic Area: code that results in panic exceptions bug Something isn't working P-low Priority: low python Related to Python Polars
#17092 opened Jun 20, 2024 by cmdlineluser
2 tasks done
Panic when sorting DataFrame by Null column A-ops-sort Area: sorting operations A-panic Area: code that results in panic exceptions bug Something isn't working P-medium Priority: medium python Related to Python Polars
#17007 opened Jun 17, 2024 by stinodego
2 tasks done
Join on multiple keys with Lazy DataFrames panics 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
#17004 opened Jun 17, 2024 by sdrap
2 tasks done
PanicException reading back nested Object (in a list) A-panic Area: code that results in panic exceptions bug Something isn't working P-low Priority: low python Related to Python Polars rust Related to Rust Polars
#16926 opened Jun 13, 2024 by alexander-beedie
2 tasks done
ProTip! What’s not been updated in a month: updated:<2024-09-21.