Week 11 - Building ETL Pipelines
sqlite3, requests, extract, transform, load
Week 11 - Building ETL Pipelines
This session will introduce how to build ETL (Extract, Transform, Load) pipelines using Python. We’ll learn how to connect to a SQLite database using the sqlite3 library, fetch data from an API using the requests library, and perform ETL operations to clean and transform the data before loading it into a target system.
Goals
- import
sqlite3library and connect to a SQLite database- execute SQL queries using
sqlite3in Python- use
requestslibrary to fetch data from an API- extract, transform, and load data using Python
Slides
Labs
Resources
- ABS: Web Scraping
- ABS: SQLite Databases
This post is licensed under CC BY 4.0 by the author.