This is a Python ETL project that extracts data from a CSV file, transforms it, and loads it into a SQLite database.
- Clone the repository
- Install the required packages using the following command:
poetry install- Create the data folder and add the CSV file to it.
mkdir data
mkdir data/parquet
mkdir data/raw