Ritchie Vink
Ritchie Vink
Which polats version are you running?
> @ritchie46 , do you think it's possible to conver LazyFrame from Python to Rust and back like you did [here ](https://github.com/pola-rs/polars/tree/master/examples/python_rust_compiled_function) with Eager frame? You'd need to serialize the...
I have a setup of a crate that does this for you hidden behind pyo3 bindings. But haven't yet had the bandwidth/priority to finish this.
> Yes, this is the way to go.
I can see of I can take some time for this in the coming weeks.
> @ritchie46 That's great news! Please note that I'd be happy to help out this effort if there's a way to break it down. I can also help testing. That...
@mwiebusch78 this thread has not aged well as polars currently partially supports out of core operations and will try to expand this functionality to more operations. To use polars on...
> Ah, that's great to know. How is `collect(streaming=True)` supposed to work? Do you get an iterator over frames instead of a single frame? I've tried this: > > ```python...
> ^ It's just loaded the whole 2GiB thing into RAM. Shouldn't we be specifying a chunk size or something in which to stream out? I dunno, "Run parts of...
> Not sure this is the right place to ask but are there any plans to support scan_ methods on byte streams? I am quite sure that there is already...