This project analyzes the average prices of garlic and leeks from June 2024 to November 2024 in Canada’s major superstores. We aim to identify pricing trends, rank vendors from most to least expensive, and evaluate the cost evolution over time.
The paper for this project can be found here.
The repo is structured as:
data/raw_datacontains the raw data as obtained from Jacob Fillip's Hammer Project.data/analysis_datacontains the cleaned dataset that was constructed.othercontains relevant literature, details about LLM chat interactions, and sketches.papercontains the files used to generate the paper, including the Quarto document and reference bibliography file, as well as the PDF of the paper.scriptscontains the R, SQL and Python scripts used to simulate, download and clean data.
Aspects of the code were written with the help of the auto-complete tool, Codriver. The abstract and introduction were written with the help of ChatHorse and the entire chat history is available in inputs/llms/usage.txt.