london-transport

249
0
Updated:
Files:1
Size:33.7 kB
Formats:csv

London public journeys by type of transport - this dataset was scrapped from London data The dataset is inside data folder. The data presents number of journeys on the public transport network by ...

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-transport/
https://datahub.io/core/london-transport/_r/-/README.md
https://datahub.io/core/london-transport/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/london-transport/_r/-/data/data/public-transport-journeys.csv
https://datahub.io/core/london-transport/_r/-/data/datapackage.json
https://datahub.io/core/london-transport/_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-transport/_r/-/data/datapackage.json
README.mddocumentation
https://datahub.io/core/london-transport/_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

london-public-transport

Download

Download CSV

About

Last updated
1 May 2026
Total rows
...
Format
CSV
File size
33.7 kB

About this dataset

Update Script Maintenance Report

Date: 2026-03-04

  • Re-ran scripts/london_public_transport_journeys.py and refreshed:
    • data/data/public-transport-journeys.csv
    • data/datapackage.json
  • Updated GitHub Actions automation at .github/workflows/actions.yml:
    • removed push/PR triggers, kept schedule + manual dispatch,
    • added explicit permissions: contents: write,
    • upgraded to actions/checkout@v4 and actions/setup-python@v5,
    • simplified dependency/script steps for reliable CI execution.