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