ddotta / cookbook-rpolars

Cookbook to provide solutions to common tasks and problems in using Polars with R
https://ddotta.github.io/cookbook-rpolars/
Creative Commons Attribution 4.0 International
57 stars 13 forks source link
benchmark cookbook data-engineering data-science datatable dplyr polars r tidyr

render

:book: cookbook-rpolars

The purpose of this book is to introduce some of the features of Polars with R. It contains a side-by-side comparison between Polars, R base and the two most popular packages for data manipulation dplyr and data.table.

Table of Contents

Coming soon:

Contribution

This book is free and open source, so please do open an issue or even better a PR if you notice a problem.

How to render the book locally

If you want to render the book locally, follow these instructions in your terminal:

git clone https://github.com/ddotta/cookbook-rpolars.git (HTTPS)
or
git clone git@github.com:ddotta/cookbook-rpolars.git (SSH)
quarto render book/

Overview of the book and equivalences between different syntaxes