-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata_example.json
102 lines (102 loc) · 2.66 KB
/
data_example.json
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[
{
"area_code": "E08000001",
"area_name": "Bolton",
"geography": "Local authority",
"period": "2021-03-21",
"indicator": "Census 2021 population estimates: all usual residents",
"measure": "Count",
"unit": "Persons",
"value": 295963
},
{
"area_code": "E08000002",
"area_name": "Bury",
"geography": "Local authority",
"period": "2021-03-21",
"indicator": "Census 2021 population estimates: all usual residents",
"measure": "Count",
"unit": "Persons",
"value": 193851
},
{
"area_code": "E08000003",
"area_name": "Manchester",
"geography": "Local authority",
"period": "2021-03-21",
"indicator": "Census 2021 population estimates: all usual residents",
"measure": "Count",
"unit": "Persons",
"value": 551938
},
{
"area_code": "E08000004",
"area_name": "Oldham",
"geography": "Local authority",
"period": "2021-03-21",
"indicator": "Census 2021 population estimates: all usual residents",
"measure": "Count",
"unit": "Persons",
"value": 242089
},
{
"area_code": "E08000005",
"area_name": "Rochdale",
"geography": "Local authority",
"period": "2021-03-21",
"indicator": "Census 2021 population estimates: all usual residents",
"measure": "Count",
"unit": "Persons",
"value": 223773
},
{
"area_code": "E08000006",
"area_name": "Salford",
"geography": "Local authority",
"period": "2021-03-21",
"indicator": "Census 2021 population estimates: all usual residents",
"measure": "Count",
"unit": "Persons",
"value": 269923
},
{
"area_code": "E08000007",
"area_name": "Stockport",
"geography": "Local authority",
"period": "2021-03-21",
"indicator": "Census 2021 population estimates: all usual residents",
"measure": "Count",
"unit": "Persons",
"value": 294773
},
{
"area_code": "E08000008",
"area_name": "Tameside",
"geography": "Local authority",
"period": "2021-03-21",
"indicator": "Census 2021 population estimates: all usual residents",
"measure": "Count",
"unit": "Persons",
"value": 231073
},
{
"area_code": "E08000009",
"area_name": "Trafford",
"geography": "Local authority",
"period": "2021-03-21",
"indicator": "Census 2021 population estimates: all usual residents",
"measure": "Count",
"unit": "Persons",
"value": 235052
},
{
"area_code": "E08000010",
"area_name": "Wigan",
"geography": "Local authority",
"period": "2021-03-21",
"indicator": "Census 2021 population estimates: all usual residents",
"measure": "Count",
"unit": "Persons",
"value": 329330
}
]