Post

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

  1. Understand how to read API documentation
  2. Make API request calls using the requests library
  3. Parse JSON responses
  4. Load data into a database

Slides

  • API:
  • ETL:

Labs

Resources

This post is licensed under CC BY 4.0 by the author.