This project demonstrates a simple ETL (Extract, Transform, Load) data pipeline using Python.
The script extracts sample sales data, performs basic data transformation such as calculating total sales, and then loads the processed data into a CSV file for further analysis.
Technologies used:
Python
Pandas
Data Processing
ETL Pipelines