Ritchie Vink

Results 1016 comments of Ritchie Vink

Others to track: - https://github.com/pola-rs/polars/issues/14838 - https://github.com/pola-rs/polars/issues/14712 - https://github.com/pola-rs/polars/issues/17045 - https://github.com/pola-rs/polars/issues/14936 - https://github.com/pola-rs/polars/issues/14885

I am not entirely sure I understand what a trace is exactly yet. Things that might be interesting. `.profile` gives you the result and a `DataFrame` containing the timings per...

Right, I agree that casting could be seen as read or preparation and is not part of the groupby/ join operation. Anyway.. Great work! And I hope that a whole...

@jangorecki is it still allowed to sort before the aggregation in q8?

Hi @jangorecki, Is there anything I can do on this?

Ok, I can do that. :)

I think the most notable difference is the conservative compiling we have to do for distributing python libraries. The compiler doesn't have the query in scope and cannot utilize all...

@sorhawell if you plan to keep API and behavioral parity as close as possible to python polars would you consider moving the repo under the pola-rs namespace? This likely will...

You could go anyvalue only. That's a bit slower, but much easier to implement.