No articles match
List of supported functions3 months ago
An Introduction to Polars from R4 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 packages4 months ago
Writing functions using polars expressions | Using purrr | Conclusion
Installation details4 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
R and Polars expressions5 months ago
How does tidypolars translate R expressions into Polars expressions? | Single values, column names, and external objects | Functions | Built-in functions | User-defined functions | Special case: across() | Non-translated functions | A note on performance
Get started9 months ago
Quick start | Installation | Package structure | README images | Initialize | Customize | Render and update | Preview | Test
How to benchmark tidypolars10 months ago
Do not include as_polars_df() or as_polars_lf() in the timing | Use lazy execution when possible | Use streaming mode when possible | Do not try to run tidypolars in parallel
Optimize polars performance12 months ago
Lazy vs eager execution | Order of operations | How does polars help? | Use the streaming engine | Use polars functions
Tips and tricks1 years ago
Writing a fix on several lines | Detecting double and single quotes
Adding new rules1 years ago
Step 1: setup | Step 2: start exploring | Step 3 (optional): add to config | Step 4: enjoy
Sharing rules across packages1 years ago
State of the package | For package developers | For users
Automatic fixes1 years ago
Use Git | Interactively review all fixes
Getting started1 years ago
Eager and lazy evaluation | Importing data | Example
Overview of Vignettes2 years ago
Function Overview | Data Preparation | Statistical Transformations
Getting started2 years ago
First steps | Rules and nodes | Modifying nodes