Polars Rust API Tutorial

For Polars 0.43.1

Authors:Zhang Delong zdlldine@gmail.com 2024-10-7

This work is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0). You are free to share and adapt this work non-commercially, as long as you provide appropriate credit to the original author.

This project is a note taken while learning the Polars Rust API. Organize it into a book for everyone to learn.

Why use Polars Rust API? To give your Rust program high performance data processing capabilities on its own. Without the need to embed a Python environment for your program.