Welcome to the ETL Python Projects repository! This repository contains individual Python projects, each demonstrating a complete ETL (Extract, Transform, Load) pipeline.
-
Download the Project:
- Navigate to the desired project folder.
- Download the
.pyfile associated with the project.
-
Run the Project:
- Open a terminal or command prompt.
- Navigate to the project folder.
- Run the following command:
Replace
python project_filename.py
project_filename.pywith the actual name of the downloaded Python file.
-
View Results:
- The project will execute the complete ETL pipeline, and relevant output files or results will be generated in the project folder.
That's it! You've successfully run the ETL pipeline for the selected project.
- Each project is designed to showcase a specific ETL process.
- Running the Python file will automatically create any necessary files or output associated with the project.