House prices in Paris since 1200

64
0
Updated:
Files:1
Size:20.7 kB
Formats:csv
License:ODC-PDDL-1.0

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 Files

Explore with AI

paris

Download

Download CSV

About

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

About this dataset

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.