Canadian open-data publisher freshness ranking (monthly)
Publisher-level freshness ranking for Canada's Open Government Portal (open.canada.ca): one row per publishing organization with dataset counts, share updated in the last 12 months, median days since update, stale share, and a documented 0-100 freshness_index (mean of the org's dataset freshness scores) ranked 1..N with deterministic tie-breaks and excellent/good/fair/poor tiers. Built from the keyless CKAN package_search API over the full catalog. Open Government Licence - Canada (commercial reuse allowed); source: Government of Canada Open Government Portal.
Les titres et les descriptions proviennent des sources de données, en anglais.
- Lignes
- 132
- Colonnes
- 14
- Cadence de la source
- Mensuelle
- Dernière actualisation
- 26 sept. 2026
- Thème
- government
| Colonne | Type | Description |
|---|---|---|
| as_of | string | Snapshot reference date (UTC). Day granularity: same-day re-runs are idempotent. (unit: ISO date) |
| country_code | string | ISO alpha-3 country code (CAN for every row). (unit: ISO 3166-1 alpha-3) |
| org_code | string | Publisher organization code from the portal (e.g. statcan, nrcan-rncan). Primary join key with the org ranking. |
| org_name_en | string | Publisher name, English side of the portal's bilingual org title. |
| org_name_fr | string | Publisher name, French side (null when the portal gives no French side). |
| dataset_count | integer | Number of dataset packages published by the org in this snapshot. (unit: count) |
| share_updated_12m_pct | float | Share of the org's datasets touched in the last 12 months. (unit: percent) |
| median_days_since_update | float | Median days since update across the org's datasets. (unit: days) |
| share_stale_pct | float | Share of the org's datasets untouched for over a year. (unit: percent) |
| n_resources_total | integer | Total resources across the org's datasets. (unit: count) |
| freshness_index | float | Mean of the org's dataset freshness_scores (dataset-count-weighted by construction). (unit: score 0-100) |
| freshness_rank | integer | Publisher rank of freshness_index (1 = freshest), deterministic tie-break on org_code. Null when the org has no scorable datasets. (unit: rank) |
| org_tier | string | excellent (>=75) / good (>=55) / fair (>=35) / poor (<35) by freshness_index. |
| row_hash | string | Deterministic 16-hex row hash of dataset_id/org_code + as_of (idempotency). |
10 premières lignes d’exemple — un aperçu, pas le jeu de données complet.
| as_of | country_code | org_code | org_name_en | org_name_fr | dataset_count | share_updated_12m_pct | median_days_since_update | share_stale_pct | n_resources_total | freshness_index | freshness_rank | org_tier | row_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2026-09-26 | CAN | aafc-aac | Agriculture and Agri-Food Canada | Agriculture et Agroalimentaire Canada | 399 | 48,87 | 376 | 51,13 | 2 571 | 29,86 | 53 | poor | 628f2e378f35f7da |
| 2026-09-26 | CAN | aandc-aadnc | Crown-Indigenous Relations and Northern Affairs Canada | Relations Couronne-Autochtones et Affaires du Nord Canada | 46 | 8,7 | 675 | 91,3 | 348 | 15,26 | 109 | poor | 97eaf6078f70d6a4 |
| 2026-09-26 | CAN | ab | Government of Alberta | Gouvernement de l'Alberta | 2 897 | 99,59 | 206 | 0,41 | 12 357 | 53,05 | 9 | fair | 690c1ca0364c8909 |
| 2026-09-26 | CAN | acoa-apeca | Atlantic Canada Opportunities Agency | Agence de promotion économique du Canada atlantique | 50 | 26 | 723 | 74 | 82 | 23,49 | 81 | poor | 45b7ceb37ed765e4 |
| 2026-09-26 | CAN | apa | Atlantic Pilotage Authority Canada | Administration de pilotage de l'Atlantique Canada | 10 | 60 | 170 | 40 | 20 | 41,69 | 31 | fair | 54e5b4f55cf6a157 |
| 2026-09-26 | CAN | atssc-scdata | Administrative Tribunals Support Service of Canada | Service canadien d'appui aux tribunaux administratifs | 56 | 8,93 | 674 | 91,07 | 207 | 19,56 | 88 | poor | 731a5424285ddced |
| 2026-09-26 | CAN | bc-cb | Government of British Columbia | Gouvernment de la Colombie-Britannique | 1 680 | 100 | 162 | 0 | 6 165 | 51,97 | 12 | fair | 101b447383973a4b |
| 2026-09-26 | CAN | cannor | Canadian Northern Economic Development Agency | Agence canadienne de développement économique du Nord | 1 | 0 | 1 935 | 100 | 10 | 5,38 | 131 | poor | 60bc5eba311d516d |
| 2026-09-26 | CAN | cas-satj | Courts Administration Service | Service administratif des tribunaux judiciaires | 2 | 0 | 674,5 | 100 | 9 | 14,34 | 110 | poor | bc0f42544dfdbb11 |
| 2026-09-26 | CAN | casdo-ocena | Accessibility Standards Canada | Normes d’accessibilité Canada | 2 | 0 | 1 888,5 | 100 | 4 | 5,96 | 128 | poor | abeee0e719b2775f |
- Actuelle
20260926T132108Z-a985e50f21dc · sha256 a985e50f21dc…
132 lignes · premier instantané
Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/ca_opendata_freshness_signals/ca_opendata_org_freshness_monthly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/ca_opendata_freshness_signals/ca_opendata_org_freshness_monthly").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)Point d’accès API : https://datazimuts.com/v1/datasets/ca_opendata_freshness_signals/ca_opendata_org_freshness_monthly
Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.
D’où viennent ces données et ce qui en a été fait. Le travail des autres apparaît sous forme de décomptes ; seuls les projets partagés sont nommés.
Citer cet instantané
Épinglé à l’instantané 20260926T132108Z-a985e50f21dc et à son empreinte, pour que vos lecteurs obtiennent exactement les données utilisées.
Government of Canada — Open Government Portal. (2026). Canadian open-data publisher freshness ranking (monthly) [Data set, snapshot 20260926T132108Z-a985e50f21dc, sha256 a985e50f21dc]. Datazimuts. Retrieved 2026-09-26, from https://datazimuts.com/fr/datasets/ca_opendata_freshness_signals/ca_opendata_org_freshness_monthly?snapshot=20260926T132108Z-a985e50f21dc
@misc{dz_ca_opendata_freshness_signals_ca_opendat_a985e50f,
title = {{Canadian open-data publisher freshness ranking (monthly)}},
author = {{Government of Canada — Open Government Portal}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/fr/datasets/ca_opendata_freshness_signals/ca_opendata_org_freshness_monthly?snapshot=20260926T132108Z-a985e50f21dc}},
note = {Snapshot 20260926T132108Z-a985e50f21dc, sha256 a985e50f21dc2f248472a41f788c6a87a473b6811f43bc4aa1b269b736716be3; accessed 2026-09-26}
}Intégrer un tableau ou un graphique
Collez ce code dans n’importe quelle page. L’intégration est épinglée au même instantané, suit le thème clair ou sombre du lecteur et affiche toujours la source, la licence et un lien de retour.
<iframe src="https://datazimuts.com/embed/chart?dataset=ca_opendata_freshness_signals%2Fca_opendata_org_freshness_monthly&lang=fr&theme=auto&snapshot=20260926T132108Z-a985e50f21dc&x=share_updated_12m_pct&y=dataset_count&agg=avg" title="Canadian open-data publisher freshness ranking (monthly)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Posez une question sur ce jeu de données. Les réponses viennent uniquement de sa fiche, de son profil mesuré et de son historique, et citent les faits utilisés.