Technical requirements
We need to get data into DuckDB so that it can be queried, transformed, and analyzed. The files and example data for these exercises are available in the chapter_02
folder at https://github.com/PacktPublishing/Getting-Started-with-DuckDB/tree/main/chapter_02.
Important note
In this chapter, we will be learning how to load data into (and export data from) DuckDB using local files. DuckDB can also read and write data located in Simple Storage Service (S3)-compatible object stores, including AWS S3, Google Cloud Storage, and Azure Blob storage. We will explore using DuckDB to interact with object stores in Chapter 5.