- This project is built using dbt with DuckDB for local analyses and transformation workflows.
- The raw dataset is provided in the
seeds/directory and is used as the starting point for all transformations.
To run the project,
- Initial Data Preparation:
Run Fashionable.py to clean and standardize the raw dataset.
- Build Models:
Run dbt run
- Run Tests:
Run dbt test
- Analysis Scripts:
Explore additional insights and graphs by running any of the Python scripts: Trends.py, Revenue.py
- Learn more about dbt in the docs