Updated

Update Script Maintenance Report

House prices in Paris since 1200 The data comes from the public cgedd's website : http://www.cgedd.developpement-durable.gouv.fr/prix-immobilier-evolution-a-long-terme-a1048.html. The main source...

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/house-prices-fr/
https://datahub.io/core/house-prices-fr/_r/-/README.md
https://datahub.io/core/house-prices-fr/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/house-prices-fr/_r/-/data/paris.csv
https://datahub.io/core/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/core/house-prices-fr/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/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 kB22 days ago
paris
FilesSizeFormatCreatedUpdatedLicenseSource
120.7 kBcsv29 days 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.