Technical requirements
You can download the datasets and code for this chapter from the GitHub repository:
- You can find the data here: https://github.com/PacktPublishing/Polars-Cookbook/tree/main/data
- The code is located here: https://github.com/PacktPublishing/Polars-Cookbook/tree/main/Chapter02
Also, it is assumed that you have installed the Polars library in your Python environment:
>>> pip install polars
It is also assumed that you imported it in your code:
import polars as pl