API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
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.json— metadata & schema
https://datahub.io/core/house-prices-fr/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/house-prices-fr/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Previews
paris
Loading data...
Schema
| name | type |
|---|---|
| year | year |
| price index | number |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
paris | 20.7 kB | 22 days ago | paris |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 20.7 kB | csv | 29 days ago | Open Data Commons Public Domain Dedication and License v1.0 | Prix 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.csvwith year-level deduplication. - Added first GitHub Actions automation workflow at
.github/workflows/actions.yml.