Week 10 - Extract, Transform, Load (ETL)
API, JSON, requests, sqlite3
Week 10 - Extract, Transform, Load (ETL)
This session will introduce the requests
library, which is a powerful tool for making API requests in Python. We’ll learn how to read API documentation, make API request calls, parse JSON responses, and load data into a database.
Goals
- Understand how to read API documentation
- Make API request calls using the
requests
library- Parse JSON responses
- Load data into a database
Slides
Labs
Resources
This post is licensed under CC BY 4.0 by the author.