News

Ce projet illustre un pipeline ETL (Extraction, Transformation, Chargement) simple en Python. Il lit des fichiers texte contenant des informations sur des produits, leurs prix et leurs ventes, puis ...
An example opf how works ETL. In this exercise I extract data about some characters of Star Wars. Then, I create a new column and a new table with the data filtered. At the end, I load each table in a ...
ETL stands for Extract Transform Load, which is a crucial procedure in the process of data preparation. With the help of ETL, one can easily access data from various interfaces. This means it can ...