cookbook-rpolars icon indicating copy to clipboard operation
cookbook-rpolars copied to clipboard

Cookbook to provide solutions to common tasks and problems in using Polars with R

Results 10 cookbook-rpolars issues
Sort by recently updated
recently updated
newest added

the data.table code is a bit unfair... in the first code, ``` robject_dt 2000 & colInt < 8000 ][, .(min_colInt = min(colInt), mean_colInt = mean(colInt), mas_colInt = max(colInt), min_colNum =...

I have read the description of memory usage on the benchmark page, but this is most likely related to the fact that we cannot observe memory usage outside of R...

Hello! First, I'd like to say thanks for a great book and bringing knowledge about polars to R community. I do have a concern about benchmarks in "From an R...

See [here](https://github.com/pola-rs/r-polars/releases/tag/v0.8.0)

https://www.tidypolars.etiennebacher.com/

An example here: https://github.com/b-rodrigues/rap4all/blob/master/.github/workflows/quarto-publish.yml

An example : https://github.com/geocompx/geocompy/

However, for a simple query like this, it is hard to see the benefit of combining with the arrow package from the dbplyr side, so it might be more easier...