Ritchie Vink

Results 1006 comments of Ritchie Vink

I think I will try to hit a row count rather than a row-group size (defaulting to 512^2). Currently there was an issue in Polars that allowed very small splits...

That would be great!

Are you planning to finish this? Otherwise I will close and it will be included in our monthly updates.

Wow, totally missed this one. Merging! :see_no_evil:

Iff, we add that functionality, then it should be on the rust side. We shouldn't implement things only for python. Things I am concerned about and want to be improved...

Well, I am also not a fan of automatically compressing based on the file name. It should be an opt-in keyword argument, (or setting in Rust). So that solves that.

> It's your choice. To me, pandas approach is intuitive and works decent. I like to have it explicit and it should also work for writing to buffers.