Updated

Update Script Maintenance Report

Long-run historical house price index for Paris, based on CGEDD data and related historical sources.

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/house-prices-fr/
https://datahub.io/luccasmmg/house-prices-fr/_r/-/README.md
https://datahub.io/luccasmmg/house-prices-fr/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/luccasmmg/house-prices-fr/_r/-/data/paris.csv
https://datahub.io/luccasmmg/house-prices-fr/_r/-/datapackage.json
Key Files

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

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

Data Previews

paris

Loading data...

Schema

nametype
yearyear
price indexnumber

Data Files

FileDescriptionSizeLast modifiedDownload
paris
20.7 kBabout 2 months ago
paris
FilesSizeFormatCreatedUpdatedLicenseSource
120.7 kBcsvabout 2 months agoOpen Data Commons Public Domain Dedication and License v1.0Prix immobilier - evolution a long terme

Update Script Maintenance Report

Date: 2026-03-03

  • Replaced legacy tuttle/python2 workflow with Python 3 updater script (scripts/update.py).
  • Updated source URLs to current IGEDD endpoints.
  • Added extraction for:
    • long-run legacy Paris series (1200-2012), and
    • modern Paris index matrix (1800-2020).
  • Merged both series into data/paris.csv with year-level deduplication.
  • Added first GitHub Actions automation workflow at .github/workflows/actions.yml.