Etienne Bacher
Etienne Bacher
@george-wood just wondering if you want to try this one?
@eitsupi I think this can be closed?
I didn't understand this was the point of this issue, I thought `task format-` and the new linter CI were enough
Thanks for the offer, but AFAIK the only reason this issue is open is because we need to setup a CI for styler. Currently we use `styler` and modify one...
I don't have a preference between `
Thanks a lot @sorhawell ! I'm still motivated to help developing `r-polars`, but I'll only be able to do it on the R side. I can work on docs, cleaning...
#1056 added support for `storage_options` when reading/scanning parquet only. Other read/scan functions have this argument but sometimes one has it and not the other (e.g `read_csv()` has it but not...
This issue is only about cloud Parquet scanning and this was enabled in #1056, so I'm closing to clean the issue tracker.
Smaller reprex: ```r pl$lit(list(1L, 2L, NA)) ```
There's already a mechanism actually, @sorhawell left this comment here: https://github.com/pola-rs/r-polars/blob/4e9160a5a3a9f87fa756e7f92932a357340ec179/src/rust/src/conversion_r_to_s.rs#L288-L305