This repository documents my weekly “for fun” coding projects during my sabbatical year. The goal is simple: stay accountable, sharp and avoid getting rusty in R, Python, and wider data technologies. This repository is my public record.
I’m treating this year as a chance to practise the full analytical workflow:
- Finding or scraping data
- Cleaning and validating it
- Understanding the schema
- Analysing and visualising
- Writing up insights
- Experimenting with new tools, packages, and techniques
These projects range from small exploratory analyses to building pipelines or learning new libraries.
Each weekly folder contains: the code, the data, a short write‑up summarising what I did and what I learned
Below is a high‑level summary of each week’s project.
-
R web‑scrape using vrest and building a robust automated data pipeline
Scraped multi‑year trade preference utilisation data, cleaned and structured it, and built a repeatable pipeline for future updates. -
R data analysis of utilisation trade data
Analysed the scraped dataset: top countries, commodity drivers, time‑series trends, and utilisation patterns. Basic but foundational R data wrangling. -
APIs in R (basic)
Tried, failed and succeeded in creating multi-dimensional API calls to extract real-world trade data in R. -
API workflow for UK-Nordic trade analysis in R (Will update as the project progresses.)
-
Python web-scrape for UK preference utilisation data (tbc.)