forked from MLT-OSS/FirstData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatcan.json
More file actions
74 lines (74 loc) · 2.39 KB
/
statcan.json
File metadata and controls
74 lines (74 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"id": "canada-statcan",
"name": {
"en": "Statistics Canada",
"zh": "加拿大统计局",
"native": "Statistique Canada"
},
"description": {
"en": "Canada's national statistical office providing comprehensive data on the country's economy, society, and environment. Conducts the Census of Population, Labour Force Survey, and over 350 active surveys covering demographics, health, business, trade, and more.",
"zh": "加拿大国家统计局,提供有关国家经济、社会和环境的综合数据。进行人口普查、劳动力调查以及涵盖人口统计、健康、商业、贸易等350多项主动调查。"
},
"website": "https://www.statcan.gc.ca",
"data_url": "https://www.statcan.gc.ca/en/start",
"api_url": "https://www.statcan.gc.ca/en/developers",
"country": "CA",
"domains": [
"economics",
"demographics",
"health",
"labour",
"education",
"environment",
"agriculture",
"business",
"housing",
"justice",
"culture",
"trade"
],
"geographic_scope": "national",
"update_frequency": "irregular",
"tags": [
"canada",
"national-statistics",
"census",
"labour-market",
"demographics",
"economic-indicators",
"health-statistics",
"open-data",
"bilingual"
],
"data_content": {
"en": [
"Census of Population - demographics, housing, families",
"Labour Force Survey - employment, unemployment rates",
"Consumer Price Index and inflation data",
"GDP and economic accounts",
"International trade statistics",
"Health surveys and vital statistics",
"Business performance and innovation data",
"Agricultural statistics and Census of Agriculture",
"Immigration and ethnocultural diversity data",
"Income, pensions, and wealth statistics",
"Crime and justice statistics",
"Environmental and energy data"
],
"zh": [
"人口普查 - 人口统计、住房、家庭",
"劳动力调查 - 就业、失业率",
"消费者价格指数和通货膨胀数据",
"GDP和经济账户",
"国际贸易统计",
"健康调查和生命统计",
"企业绩效和创新数据",
"农业统计和农业普查",
"移民和族裔多样性数据",
"收入、养老金和财富统计",
"犯罪和司法统计",
"环境和能源数据"
]
},
"authority_level": "government"
}