Vincent HAYS
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...
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...
### 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. ###...
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...