london-unemployment

193
0
Updated:
Files:1
Size:8.81 kB
Formats:csv

London unemployment rate - is an dataset scraped from LondonData website. Is given in data folder. It represents total number of unemployed every month given in real numbers and in rates. You w...

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.

/core/london-unemployment/
https://datahub.io/core/london-unemployment/_r/-/README.md
https://datahub.io/core/london-unemployment/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/london-unemployment/_r/-/data/data/unemployment-rate.csv
https://datahub.io/core/london-unemployment/_r/-/data/datapackage.json
https://datahub.io/core/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/core/london-unemployment/_r/-/data/datapackage.json
README.mddocumentation
https://datahub.io/core/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
1 May 2026
Total rows
...
Format
CSV
File size
8.81 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).