Retail trade, trends of seasonally adjusted sales
Retail trade, trends of seasonally adjusted sales, Canada by retail trade subsector. Statistics Canada table 20-10-0030-01.
retailsalesstatcangovernment-of-canada
Qualité
100
Attribution
Contains information licensed under the Open Government Licence – Canada
Schéma
| Colonne | Type | Description |
|---|---|---|
| ref_date | string | Reference date — the time period the observation refers to (Statistics Canada table field REF_DATE). |
| geo | string | Geography the observation covers (Statistics Canada table field GEO). |
| dguid | string | Dissemination geography unique identifier (Statistics Canada table field DGUID). |
| retail_trade_sectors | string | |
| uom | string | Unit of measure for the estimate (Statistics Canada table field UOM). |
| uom_id | integer | Unit of measure identifier (Statistics Canada table field UOM_ID). |
| scalar_factor | string | Scalar factor applied to the value, e.g. units, thousands or millions (Statistics Canada table field SCALAR_FACTOR). |
| scalar_id | integer | Scalar factor identifier (Statistics Canada table field SCALAR_ID). |
| vector | string | Vector number — Statistics Canada's unique identifier for the time series (table field VECTOR). |
| coordinate | float | Table coordinate locating the estimate within the source table (Statistics Canada table field COORDINATE). |
| value | float | Estimate value as published in the Statistics Canada table. |
| decimals | integer | Number of decimals published for the estimate (Statistics Canada table field DECIMALS). |
Exemple de lignes
| ref_date | geo | dguid | retail_trade_sectors | uom | uom_id | scalar_factor | scalar_id | vector | coordinate | value | decimals |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1991-01 | Canada | 2016A000011124 | Total retail, all stores | Dollars | 81 | millions | 6 | v116123 | 1.1 | 14994 | 1 |
| 1991-01 | Canada | 2016A000011124 | Automotive | Dollars | 81 | millions | 6 | v116124 | 1.2 | 5252.3 | 1 |
| 1991-01 | Canada | 2016A000011124 | Food | Dollars | 81 | millions | 6 | v116125 | 1.3 | 3873.7 | 1 |
| 1991-01 | Canada | 2016A000011124 | General merchandise stores | Dollars | 81 | millions | 6 | v116126 | 1.4 | 1701.7 | 1 |
| 1991-01 | Canada | 2016A000011124 | Clothing | Dollars | 81 | millions | 6 | v116127 | 1.5 | 910.4 | 1 |
Utiliser avec un LLM
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
curl "https://datazimuts.com/v1/datasets/ckan_canada/retail_trade_sa" | jq '{title, rows, columns_count, license}'Python
import requests
ds = requests.get("https://datazimuts.com/v1/datasets/ckan_canada/retail_trade_sa").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/ckan_canada/retail_trade_sa
Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.