No articles match
An Introduction to Polars from R3 months ago
What is Polars? | Documentation and tutorials | Series and DataFrames | Methods and pipelines | Subset | Aggregate and modify | Reshape | Join | Lazy execution | Data import | Execute R functions within a Polars query | Data types
Using custom functions or other R packages3 months ago
Writing functions using polars expressions | Using purrr | Conclusion
Installation details3 months ago
How to install | From R-multiverse (recommended) | From GitHub | Details of installation | Pre-built Rust library binaries | Rust build time options | Features | Profile | Minimum Supported Rust Version (MSRV) | Builds for WASM/Emscripten
Optimize polars performance11 months ago
Lazy vs eager execution | Order of operations | How does polars help? | Use the streaming engine | Use polars functions
An Introduction to Polars from R1 years ago
What is Polars? | Documentation and tutorials | Series and DataFrames | Methods and pipelines | Subset | Aggregate and modify | Reshape | Join | Lazy execution | Data import | Execute R functions within a Polars query | Data types
Installation details1 years ago
How to install | From R-universe (recommended) | Details of installation | Pre-built Rust library binaries | Rust build time options | Features | Profile | Minimum Supported Rust Version (MSRV)
Optimize polars performance1 years ago
Lazy vs eager execution | Order of operations | How does polars help? | Use polars functions | Streaming data
Polars - User Guide for R1 years ago
Introduction | Getting started | Polars quick exploration guide | Polars expressions | Expressions | Contexts | GroupBy | Folds | Window functions | List context and row wise computations | Custom functions | R examples
Differences with Python Polars1 years ago
Converting data between Polars and R | From R to Polars | From Polars to R | 64-bit integers | The Object data type
Use PRQL on R2 years ago
Work with DB | Work with R Data Frames
Use PRQL with knitr2 years ago
Output formats | Use with {DBI} connections | Without database connections | Engine options | Compiler options | Parameterized PRQL code blocks | Use query strings in R code blocks | Set special info string to output SQL code blocks