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

read_csv cannot correctly read a specific text due to "remaining bytes non-empty" bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#20062 opened Nov 29, 2024 by hanjinliu
2 tasks done
Python Polars join_where predicate produces wrong resulting table when passing numeric values in equality conditions bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#20061 opened Nov 28, 2024 by kevuoft
2 tasks done
[SQL] SELECT literal from dataframe return only 1 row instead of the dataframe height A-sql Area: Polars SQL functionality accepted Ready for implementation bug Something isn't working P-medium Priority: medium python Related to Python Polars
#20058 opened Nov 28, 2024 by rluvaton
2 tasks done
df.sort() could work on the only field on a one-field dataframe, without adding fieldname to sort() enhancement New feature or an improvement of an existing feature
#20045 opened Nov 28, 2024 by lmocsi
InvalidOperationError: expected 'struct' dtype, got Unknown(Any) bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#20043 opened Nov 28, 2024 by wukan1986
2 tasks done
pl.DataFrame(nan_to_null=True) not work for tuple A-input-parsing Area: parsing input arguments accepted Ready for implementation bug Something isn't working P-medium Priority: medium python Related to Python Polars
#20042 opened Nov 28, 2024 by wukan1986
2 tasks done
Failing Lazyframe.join if onclauses are expressions and are using similar named columns A-optimizer Area: plan optimization accepted Ready for implementation bug Something isn't working P-medium Priority: medium python Related to Python Polars regression Issue introduced by a new release
#20040 opened Nov 27, 2024 by fhoehle
2 tasks done
Support GPU execution engine in LazyFrame profiler A-gpu Area: gpu engine enhancement New feature or an improvement of an existing feature
#20039 opened Nov 27, 2024 by Matt711
Getting different results when dividing f64::MIN value in column by f64::MIN as literal when have more than 1 value in column bug Something isn't working needs triage Awaiting prioritization by a maintainer rust Related to Rust Polars
#20038 opened Nov 27, 2024 by rluvaton
2 tasks done
2
2
float and decimal have different round behavior (round up; half even) enhancement New feature or an improvement of an existing feature
#20033 opened Nov 27, 2024 by Julian-J-S
Allow polars.Expr.round to get negative decimals enhancement New feature or an improvement of an existing feature
#20028 opened Nov 27, 2024 by herrmann1981
Behavior of DataFrame.sample(None) bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#20027 opened Nov 27, 2024 by eutwt
2 tasks done
Support int_range(s) in streaming mode enhancement New feature or an improvement of an existing feature
#20015 opened Nov 26, 2024 by kalocide
pl.when + pl.Decimal + non-matching decimals results in broken decimal placement bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#20013 opened Nov 26, 2024 by CoderJoshDK
2 tasks done
LazyFrame::scan_parquet should return PolarsError::NoData on empty folder scans enhancement New feature or an improvement of an existing feature
#20012 opened Nov 26, 2024 by AntoinePrv
order function to apply descending and nulls_last column by column in sort enhancement New feature or an improvement of an existing feature
#20011 opened Nov 26, 2024 by rben01
Decimals not converted correctly in to_pandas() bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#20010 opened Nov 26, 2024 by ponychicken
2 tasks done
Cannot merge DeltaTable when predicate is Decimal bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#20009 opened Nov 26, 2024 by ponychicken
2 tasks done
pl.read_csv() ignores pl.Decimal()columns in schema argument if CSV is empty bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#20008 opened Nov 26, 2024 by jakob-keller
2 tasks done
Cast on NULL column fails. bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#20005 opened Nov 26, 2024 by cfarino1
2 tasks done
Incorrect head(n) result following map_groups with "slice_pushdown" optimisation enabled A-optimizer Area: plan optimization bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#20002 opened Nov 26, 2024 by alexander-beedie
2 tasks done
Add new option in rows_by_key to return scalar values enhancement New feature or an improvement of an existing feature
#19994 opened Nov 26, 2024 by CaselIT
Filter on the right hand side of a binary operation on expression is ignored in group_by context. bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
#19991 opened Nov 26, 2024 by christian-hnz
2 tasks done
ProTip! Mix and match filters to narrow down what you’re looking for.