London unemployment rate

163
0
Updated:
Files:1
Size:8.72 kB
Formats:csv

Monthly London unemployment totals and unemployment rates.

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/luccasmmg/london-unemployment/
https://datahub.io/luccasmmg/london-unemployment/_r/-/README.md
https://datahub.io/luccasmmg/london-unemployment/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/luccasmmg/london-unemployment/_r/-/data/data/unemployment-rate.csv
https://datahub.io/luccasmmg/london-unemployment/_r/-/data/datapackage.json
https://datahub.io/luccasmmg/london-unemployment/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

data/datapackage.jsonmetadata & schema
https://datahub.io/luccasmmg/london-unemployment/_r/-/data/datapackage.json
README.mddocumentation
https://datahub.io/luccasmmg/london-unemployment/_r/-/README.md
Typical Usage
  1. 1. Fetch data/datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in data/datapackage.json
  3. 3. Read README.md for full context

Data Files

Explore with AI

unemployment-rate

Download

Download CSV

About

Last updated
6 March 2026
Total rows
...
Format
CSV
File size
8.72 kB

About this dataset

Update Script Maintenance Report

Date: 2026-03-04

  • Updated scripts/london_unemployment.py to fetch the source workbook using requests with browser-like headers before parsing via pandas.
    • This resolves HTTP 403 failures caused by direct pandas.read_excel(url) requests to the London Datastore endpoint.
  • Re-ran updater and refreshed:
    • data/data/unemployment-rate.csv
    • data/datapackage.json
  • Updated scripts/requirements.txt to modern, installable dependency ranges on current Python versions.
  • Modernized workflow automation in .github/workflows/actions.yml (schedule/manual triggers, explicit write permissions, current action versions).