Technical requirements
You can download the datasets and code from the GitHub repository.
- Datasets: https://github.com/PacktPublishing/Polars-Cookbook/tree/main/data
- Code: https://github.com/PacktPublishing/Polars-Cookbook/tree/main/Chapter03
It is assumed that you have installed the Polars library in your Python environment:
>>> pip install polars
Also, it is assumed that you’ve imported it into your code:
import polars as pl