Python: Create an ETL with Luigi, Pandas and SQLAlchemy

Konstantinos Patronas
5 min readDec 6, 2020
Photo by Nicole Baster on Unsplash

What is ETL?

In computing, extract, transform, load is the general procedure of copying data from one or more sources into a destination system which represents the data differently from the source or in a different context than the source.

What is Luigi?

--

--