EC1B1 — Practice Assessment
Mock Coursework
A full replication exercise based on Palma (2022). Download everything below, set up your Python environment, and follow the brief to produce your analysis.
Replication studyPanel dataPython + AI workflow
Getting started
- 1Download the Coursework Brief and read it fully before writing any code.
- 2Download the Dataset zip and extract it into your project folder.
- 3Create a virtual environment and run
pip install -r requirements.txtusing the Python Requirements file. - 4Read the AI Replication Guide to understand how to use Cursor / Claude productively without bypassing your own learning.
PDF
Coursework Brief
The full replication brief in PDF format. Read this first to understand the task, the dataset, and the submission requirements.
Download coursework_brief.pdfZIP
Dataset (zip)
The Palma (2022) panel dataset and descriptive CSV, plus a README explaining the variables. Extract and place in your project folder.
Download palma2022_data.zipTXT
Python Requirements
Pin your environment to the exact package versions used in the coursework. Run pip install -r requirements.txt after creating your virtual environment.
Download requirements.txtMD
AI Replication Guide
Step-by-step guide for using AI tools (Cursor, Claude, Codex) to complete the replication. Covers prompting strategy, verification, and pitfalls to avoid.
Download ai_replication_guide.md