Technical requirements
In this chapter, we’ll be working with Python inside a Jupyter Notebook environment. You will find the code examples covered in this chapter in the chapter_11
folder in this book’s GitHub repository, which can be found at https://github.com/PacktPublishing/Getting-Started-with-DuckDB/tree/main/chapter_11. To work through the exercises here, if you haven’t already, you’ll need to clone this repository to the machine you’ll be using.
Setting up the environment
To be able to run the code in this chapter, you’ll need to have a Python virtual environment set up with the necessary dependencies installed. You’ll also need a Jupyter-Notebook-compatible IDE setup. If you have not done so already, please follow the instructions in the Technical requirements section of Chapter 7 before jumping into the code in this chapter.
Obtaining the dataset
In this chapter, we’ll be working with one of the pedestrian...