Technical requirements
You can download the datasets and code in the GitHub repository:
- Datasets: https://github.com/PacktPublishing/Polars-Cookbook/tree/main/data
- Code: https://github.com/PacktPublishing/Polars-Cookbook/tree/main/Chapter10
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
Execute the following code to install the other libraries:
pip install pandas numpy pyarrow duckdb