Canadian pipeline incidents by province, monthly
Province x month aggregates over the Canada Energy Regulator's pipeline incident register (2008-01 to the latest quarterly release): incident counts, significant share, release counts, total reported volume released in m3, the number of incidents with a reported volume (n_volume_reported — a null total means no volume was reported, not zero), distinct companies, and the top company by incident count. Derived from the incident-level panel with the same parsing gates (cp1252 decode, date year cross-check, closed incident-type registry). Units: counts; m3; shares as fractions 0-1. Caveats: volumes sum only publisher-reported figures; the register can be amended by the CER, so history can revise. Open Government Licence - Canada — commercial_use = yes, attribution required ("Source: Canada Energy Regulator"). Primary key: (month, province). Secondary theme: environment. Cadence: quarterly.
Les titres et les descriptions proviennent des sources de données, en anglais.
- Lignes
- 839
- Colonnes
- 13
- Cadence de la source
- Trimestrielle
- Dernière actualisation
- 26 sept. 2026
- Thème
- energy
| Colonne | Type | Description |
|---|---|---|
| month | string | Calendar month (YYYY-MM). Primary key together with province. (unit: month) |
| province | string | Canadian province (publisher vocabulary). Primary key together with month. |
| country_code | string | ISO alpha-3 country code — 'CAN' for Canadian provinces, 'USA' for the rare cross-border row (e.g. Maine). |
| n_incidents | integer | Incidents reported in the province-month. (unit: count) |
| n_significant | integer | Incidents flagged significant by the CER in the province-month. (unit: count) |
| significant_share | float | Share of incidents flagged significant (0-1). (unit: fraction) |
| n_releases | integer | Incidents involving a release of substance in the province-month. (unit: count) |
| volume_released_m3_total | float | Sum of reported release volumes in the province-month (m3). Null when no incident reported a volume — not zero. (unit: m3) |
| n_volume_reported | integer | Incidents in the province-month with a numeric reported volume. (unit: count) |
| n_companies | integer | Distinct companies with incidents in the province-month. (unit: count) |
| top_company | string | Company with the most incidents in the province-month (alphabetical tie-break). |
| source_url | string | The exact CER open-data CSV URL the panel was derived from. (unit: URL) |
| row_hash | string | SHA-256 (16 hex chars) over the row's content fields; identical input yields an identical hash. (unit: hash) |
10 premières lignes d’exemple — un aperçu, pas le jeu de données complet.
| month | province | country_code | n_incidents | n_significant | significant_share | n_releases | volume_released_m3_total | n_volume_reported | n_companies | top_company | source_url | row_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008-01 | Alberta | CAN | 1 | 0 | 0 | 1 | — | 0 | 1 | Alliance Pipeline Ltd. | https://www.cer-rec.gc.ca/open/incident/pipeline-incidents-data.csv | 723dd8b338f51b77 |
| 2008-01 | British Columbia | CAN | 2 | 1 | 0,5 | 2 | — | 0 | 1 | Westcoast Energy Inc., carrying on business as Spectra Energy Transmission | https://www.cer-rec.gc.ca/open/incident/pipeline-incidents-data.csv | 1fdf7b26a13f63c4 |
| 2008-01 | Manitoba | CAN | 2 | 0 | 0 | 2 | 108 | 2 | 1 | Enbridge Pipelines Inc. | https://www.cer-rec.gc.ca/open/incident/pipeline-incidents-data.csv | 1dfcbf93557bd776 |
| 2008-02 | Alberta | CAN | 1 | 0 | 0 | 1 | — | 0 | 1 | Foothills Pipe Lines Ltd. | https://www.cer-rec.gc.ca/open/incident/pipeline-incidents-data.csv | 492ea1eafcf30ad1 |
| 2008-02 | Saskatchewan | CAN | 1 | 0 | 0 | 1 | 100 | 1 | 1 | TransCanada PipeLines Limited | https://www.cer-rec.gc.ca/open/incident/pipeline-incidents-data.csv | 58344cfe545c159d |
| 2008-03 | Manitoba | CAN | 1 | 0 | 0 | 1 | — | 0 | 1 | TransCanada PipeLines Limited | https://www.cer-rec.gc.ca/open/incident/pipeline-incidents-data.csv | 22dd2db4832e4091 |
| 2008-03 | Ontario | CAN | 2 | 0 | 0 | 2 | 18 | 1 | 1 | TransCanada PipeLines Limited | https://www.cer-rec.gc.ca/open/incident/pipeline-incidents-data.csv | c0a92d92d0a146bc |
| 2008-03 | Saskatchewan | CAN | 1 | 1 | 1 | 0 | — | 0 | 1 | Enbridge Pipelines Inc. | https://www.cer-rec.gc.ca/open/incident/pipeline-incidents-data.csv | cbe36e01e051a90a |
| 2008-04 | British Columbia | CAN | 2 | 2 | 1 | 2 | — | 0 | 1 | Westcoast Energy Inc., carrying on business as Spectra Energy Transmission | https://www.cer-rec.gc.ca/open/incident/pipeline-incidents-data.csv | 9698b75f728f9b92 |
| 2008-04 | Ontario | CAN | 2 | 0 | 0 | 2 | — | 0 | 1 | TransCanada PipeLines Limited | https://www.cer-rec.gc.ca/open/incident/pipeline-incidents-data.csv | 37d5a94df0b8207a |
- Actuelle
20260926T211451Z-b725c894a74a · sha256 b725c894a74a…
839 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/cer_pipeline_signals/cer_pipeline_incidents_monthly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/cer_pipeline_signals/cer_pipeline_incidents_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/cer_pipeline_signals/cer_pipeline_incidents_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é 20260926T211451Z-b725c894a74a et à son empreinte, pour que vos lecteurs obtiennent exactement les données utilisées.
Canada Energy Regulator — Pipeline Incident Intelligence. (2026). Canadian pipeline incidents by province, monthly [Data set, snapshot 20260926T211451Z-b725c894a74a, sha256 b725c894a74a]. Datazimuts. Retrieved 2026-09-26, from https://datazimuts.com/fr/datasets/cer_pipeline_signals/cer_pipeline_incidents_monthly?snapshot=20260926T211451Z-b725c894a74a
@misc{dz_cer_pipeline_signals_cer_pipeline_incide_b725c894,
title = {{Canadian pipeline incidents by province, monthly}},
author = {{Canada Energy Regulator — Pipeline Incident Intelligence}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/fr/datasets/cer_pipeline_signals/cer_pipeline_incidents_monthly?snapshot=20260926T211451Z-b725c894a74a}},
note = {Snapshot 20260926T211451Z-b725c894a74a, sha256 b725c894a74aed423ce2e1324af68bbf23fb93f8c881f309b52126953dd43a6d; 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=cer_pipeline_signals%2Fcer_pipeline_incidents_monthly&lang=fr&theme=auto&snapshot=20260926T211451Z-b725c894a74a&x=month&y=n_incidents&agg=avg" title="Canadian pipeline incidents by province, 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.