Vincent HAYS

Results 5 issues of Vincent HAYS

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...

bug
python
needs triage

Maybe it would be better to implement this on the Rust side to keep the api consistent between Rust and Python. Let me know if you want this, I think...

python
enhancement

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...

bug
python
needs triage

Hello I'm trying to create a module with `maturin` and `LazyFrame::anonymous_scan` Compilation works just fine but unfortunately it crashes at runtime The goal is to implement `projection_pushdown` and `predicate_pushdown` once...