Etienne Bacher

Results 284 comments of Etienne Bacher

> I agree this can be solved using path.expand(), but I can't see why expansion should be necessary for write_csv() where there is no URL checking: My bad, I thought...

They already normalize the file path in python but I can't find a recent commit that changed that, so I suppose passing a path starting with `~` to rust-polars was...

> I suppose we should implement the equivalent normalization if ~ is not supported on the rust-polars side I think so, especially since they handle the `~` in python >...

Hi @ju6ge, it seems you have a clear view of what needs to be done in this repo to make the Rust crate more usable by other packages. This is...

Thanks for this detailed plan! This looks good to me, feel free to open a PR for 1) as it's the easiest one. Regarding 2), this might take some time...

> polars is mainly developed for the Python package, and the Python packages always depend on the Polars crate on GitHub, not Polars on crates.io, so we are convinced that...

@eitsupi do you think the next release will be 0.16.4 or 0.17.0? Just wondering since I have a couple of PR that can be merged if the next one is...

I don't think the next rust-polars release will be a big issue (I mean I don't see why it would be more problematic than the previous ones). Also, this PR...

Ah sorry, I understood that you would like to merge this PR but I just misread, back to draft

Thanks for the report and the reprex, I confirm `pl.read_csv()` on this gzipped file works. We need to see in the python code if they have a special path for...