r-polars icon indicating copy to clipboard operation
r-polars copied to clipboard

Bring polars to R

Results 83 r-polars issues
Sort by recently updated
recently updated
newest added

When using `pl$read_csv()` to read a gzipped file, an error message is thrown directing the user to "use `read_csv` for compressed data" (which is what is being used). It looks...

bug

I tried `styler.equals`, but unfortunately, this currently seems to do little more than modify the assign operator. So perhaps `styler.equals::style_pkg()` should be executed after `styler::style_pkg()`.

enhancement

enhancement
good first issue

Add support for cloud parquet scanning.

enhancement

First of all many thanks! I will stop main developing r-polars from the 1st September, because I personally need to start up another project. It has been 17 great months...

Related to #939 (and potentially #367) With limited development resources, I don't want to reinvent the wheel any further with what `rlang` has to offer. I think there used to...

enhancement

We needs: 1. Mechanism for registering subnamespaces from outside the package something like 2. Rust crate something like

enhancement
help wanted

Very annoying to have to specify `NA_integer_` or the other variants: ``` r library(polars) options(polars.do_not_repeat_call = TRUE) pl$DataFrame(x = list(1L, 2L, NA_integer_)) #> shape: (3, 1) #> ┌───────────┐ #> │...

enhancement