-
Notifications
You must be signed in to change notification settings - Fork 1
/
census2021.html
459 lines (400 loc) · 40.6 KB
/
census2021.html
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>Trafford Data Lab: Census 2021</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"/>
<meta charset="UTF-8"/>
<meta name="keywords" content="census, census 2021, survey, residents, resident, populations, population, households, household, open, data, open data, data visualisation, visualisation, visualisations, trafford"/>
<meta name="description" content="Outputs created by the Trafford Data Lab derived from the census 2021 data released by the Office for National Statistics (ONS)."/>
<link rel="stylesheet" href="css/base.css"/>
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans%7CRoboto"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css"/>
<style>
/* Specific customisation of the card for this page */
.card
{
height: 230px;
overflow: hidden;
text-indent: 0.25em;
padding-top: 0.1em;
/* For browsers which don't support grid layouts */
width: 28.5%;
margin: 2.2% 2.2%;
}
.dataCard
{
height: 170px;
text-indent: 0;
padding-top: 0;
/* For browsers which don't support grid layouts */
width: 28.5%;
margin: 1em 2.2%;
}
.dataCard .cardHead
{
height: 40px;
line-height: 40px;
padding: 0 0.75em; /* 0.75em here and 1em in the .cardBody keep text inline as the text in the body is smaller */
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.dataCard .cardBody
{
height: 110px;
padding: 0 1em; /* 1em here and 0.75em in the .cardHead keep text inline as the text in the body is smaller */
margin: 0.5em 0;
overflow-y: auto;
}
/* Census 2021 banner */
#census2021Banner
{
background-color: #902082;
color: #fff;
padding: 0.5em 1em;
border-radius: 0.5em;
}
#notes
{
font-size: small;
}
/* For browsers which don't support grid layouts */
@media (max-width:850px)
{
.card
{
width: 45%;
}
}
@media (max-width:620px)
{
.card
{
width: 100%;
height: 300px;
margin: 1em 0;
}
.dataCard
{
width: 100%;
height: 155px;
margin: 1em 0;
}
}
/* For browsers which support grid layouts - Reset the widths and margins applied above as they aren't required when using grid layout */
@supports (display: grid)
{
.card
{
width: auto;
margin: 0;
}
}
</style>
</head>
<body>
<div class="container">
<header>
<nav>
<ul id="a11yNav">
<li><a href="#main" class="themeBlockDark">Skip to main content</a></li>
<li><a href="#footer" class="themeBlockDark">Skip to footer</a></li>
</ul>
<p class="hideContent">Main Menu</p>
<a href="index.html" aria-label="Return to Trafford Data Lab home page"><img src="https://www.trafforddatalab.io/assets/logo/trafforddatalab_logo.svg" alt="Trafford Data Lab" width="93" class="traffordDataLabLogo"/></a>
<ul class="navbar">
<li><a href="charticles.html">Charticles</a></li>
<li><a href="data.html">Data</a></li>
<li><a href="learning.html">Learning</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<main id="main">
<div id="census2021Banner">
<h1><img src="images/Census 2021 Web Logo White Landscape RGB.png" height="30" alt="Census 2021" id="census2021Logo"/></h1>
<p>This page collates all the outputs we have produced containing data from the census conducted in 2021.</p>
</div>
<p>
The census is a survey undertaken by the <a href="https://www.ons.gov.uk/" target="_blank">Office for National Statistics (ONS)</a> that happens every 10 years and gives a picture of all the people and households in England and Wales. Census Day was on Sunday 21 March 2021 and Trafford's response rate for usual residents was 98%. You can find further <a href="https://www.ons.gov.uk/census" target="_blank">information about the census 2021</a> from the ONS, including their proposed <a href="https://www.ons.gov.uk/census/censustransformationprogramme/census2021outputs/releaseplans" target="_blank">timeline for publishing the data</a>.
</p>
<p>
Following each release we will be creating and updating our outputs concerning Trafford and publishing them here. <span id="filterContainer" style="display: inline-block;"></span> Our <a href="glossary.html">glossary</a> contains definitions of the commonly used terms.
</p>
<!--section id="apps" class="itemContainer" aria-label="items will open in a new window">
<h2>Apps</h2>
<div class="labBorder">
<a href="" target="_blank"><img src="images/_thumbnail.png" class="thumbnail" alt=""/><h3 class="cardHead themeLink"></h3></a>
<p class="cardBody"></p>
</div>
</section-->
<!--section id="charticles">
<h2>Charticles</h2>
<div class="cardContainer">
<a class="card labBorder" href="https://www.trafforddatalab.io/charticles/"><span class="filterTags"></span><h2 class="cardHead themeLink"></h2><time datetime="2022-MM-DD" class="themeBlockLight">Month DD, 2022</time><img src="https://www.trafforddatalab.io/charticles//plot.svg" alt=". " style="width: 99%;"/></a>
</div>
</section-->
<section id="infographics">
<h2>Infographics</h2>
<div class="cardContainer">
<a class="card labBorder" href="accessible_graphics/census_2021_unpaid_care_infographic.html">
<span class="filterTags"><!-- population estimates residents people unpaid carer health age-standardised proportions infographics LA MSOA LSOA OA --></span>
<h2 class="cardHead themeLink">Unpaid care</h2>
<img src="images/census_2021_unpaid_care_infographic.png" alt=". Infographic highlighting unpaid care in Trafford from census 2021 data." style="width: 99%;"/>
</a>
<a class="card labBorder" href="accessible_graphics/census_2021_disability_infographic.html">
<span class="filterTags"><!-- population estimates residents people disability disabled health age-standardised proportions equality act infographics LA MSOA LSOA OA --></span>
<h2 class="cardHead themeLink">Disability</h2>
<img src="images/census_2021_disability_infographic.png" alt=". Infographic highlighting disability in Trafford from census 2021 data." style="width: 99%;"/>
</a>
<a class="card labBorder" href="accessible_graphics/census_2021_health_infographic.html">
<span class="filterTags"><!-- population estimates residents people general health very good fair bad very bad age-standardised proportions infographics LA MSOA LSOA OA --></span>
<h2 class="cardHead themeLink">Health</h2>
<img src="images/census_2021_health_infographic.png" alt=". Infographic highlighting health in Trafford from census 2021 data." style="width: 99%;"/>
</a>
<a class="card labBorder" href="accessible_graphics/census_2021_educational_attainment_infographic.html">
<span class="filterTags"><!-- population estimates residents people educational attainment qualifications grades school college university apprenticeships students learners infographics LA MSOA LSOA OA --></span>
<h2 class="cardHead themeLink">Education</h2>
<img src="images/census_2021_educational_attainment_infographic.png" alt=". Infographic highlighting educational attainment in Trafford from census 2021 data." style="width: 99%;"/>
</a>
<a class="card labBorder" href="accessible_graphics/census_2021_gender_identity_infographic.html">
<span class="filterTags"><!-- population estimates residents people gender identity infographics LA MSOA --></span>
<h2 class="cardHead themeLink">Gender Identity</h2>
<img src="images/census_2021_gender_identity_infographic.png" alt=". Infographic highlighting gender identity in Trafford from census 2021 data." style="width: 99%;"/>
</a>
<a class="card labBorder" href="accessible_graphics/census_2021_sexual_orientation_infographic.html">
<span class="filterTags"><!-- population estimates residents people sexual orientation infographics LA MSOA --></span>
<h2 class="cardHead themeLink">Sexual Orientation</h2>
<img src="images/census_2021_sexual_orientation_infographic.png" alt=". Infographic highlighting sexual orientation in Trafford from census 2021 data." style="width: 99%;"/>
</a>
<a class="card labBorder" href="accessible_graphics/census_2021_ethnicity_infographic.html">
<span class="filterTags"><!-- population residents people households ethnicity comparisons compare census 2011 infographics LA --></span>
<h2 class="cardHead themeLink">Ethnicity</h2>
<img src="images/census_2021_ethnicity_infographic.png" alt=". Infographic highlighting ethnicity in Trafford from census 2021 data." style="width: 99%;"/>
</a>
<a class="card labBorder" href="accessible_graphics/census_2021_language_and_religion_infographic.html">
<span class="filterTags"><!-- population residents people languages spoken religions religious affiliation comparisons compare census 2011 infographics LA --></span>
<h2 class="cardHead themeLink">Language & Religion</h2>
<img src="images/census_2021_language_and_religion_infographic.png" alt=". Infographic highlighting language and religious affiliation in Trafford from census 2021 data." style="width: 99%;"/>
</a>
<a class="card labBorder" href="accessible_graphics/census_2021_population_country_of_birth_infographic.html">
<span class="filterTags"><!-- population residents people country birth nationality comparisons compare census 2011 infographics LA --></span>
<h2 class="cardHead themeLink">Country of Birth</h2>
<img src="images/census_2021_population_country_of_birth_infographic.png" alt=". Infographic showing population by country of birth from the census 2021 data." style="width: 99%;"/>
</a>
<a class="card labBorder" href="accessible_graphics/census_2021_household_composition_infographic.html">
<span class="filterTags"><!-- households composition lone one person couples parents family families comparisons compare census 2011 infographics LA --></span>
<h2 class="cardHead themeLink">Household Composition</h2>
<img src="images/census_2021_household_composition_infographic.png" alt=". Infographic containing unrounded household statistics from the census 2021 data." style="width: 99%;"/>
</a>
<a class="card labBorder" href="accessible_graphics/census_2021_population_and_households_infographic.html">
<span class="filterTags"><!-- population residents people households sex age size comparisons compare census 2011 infographics LA --></span>
<h2 class="cardHead themeLink">Population & Households</h2>
<img src="images/census_2021_population_and_households_infographic.png" alt=". Infographic containing rounded population and household statistics from the census 2021 data." style="width: 99%;"/>
</a>
</div>
</section>
<section id="reports">
<h2>Reports</h2>
<div class="itemContainer">
<div class="labBorder">
<span class="filterTags"><!-- population residents people general health very good fair bad very bad age-standardised proportions disability disabled equality act unpaid carers report LA MSOA LSOA OA --></span>
<a href="https://www.trafforddatalab.io/analysis/census2021/health.html"><h3 class="cardHead themeLink">Health, Disability and Unpaid care</h3><img src="images/census_2021_health_disability_unpaid_care_report_thumbnail.png" class="thumbnail" alt=""/></a><br class="hideContent"/>
<span class="cardBody">Analyses of the general health of Trafford's residents, levels of disability under the Equality Act and provision of unpaid care by hours per week from the <a href="https://www.ons.gov.uk/releases/healthdisabilityandunpaidcarecensus2021inenglandandwales" target="_blank">census 2021 health, disability and unpaid care topic summary</a>.</span>
</div>
<div class="labBorder">
<span class="filterTags"><!-- population residents people education educational attainment education qualifications no qualifications other qualifications level 4 qualifications level 3 qualifications level 2 qualifications level 1 and entry qualifications apprenticeships full-time students schoolchildren comparisons compare census 2011 reports LA MSOA --></span>
<a href="https://www.trafforddatalab.io/analysis/census2021/Education.html"><h3 class="cardHead themeLink">Education</h3><img src="images/census_2021_education_report_thumbnail.png" class="thumbnail" alt=""/></a><br class="hideContent"/>
<span class="cardBody">Report detailing the highest level of educational attainment of Trafford's residents and analysis of the student and schoolchildren populations across the borough from the <a href="https://www.ons.gov.uk/releases/educationcensus2021inenglandandwales" target="_blank">census 2021 education topic summary</a>.</span>
</div>
<div class="labBorder">
<span class="filterTags"><!-- population residents people households housing houses second addresses detached semi-detached terraced flats apartments communal living communal establishments accommodation type central heating gas electricity oil wood burning renewable energy sources tenure mortgages loans owner-occupied privately rented number of bedrooms bedroom occupancy overcrowding overcrowded under-occupied bedroom standard comparisons reports LA MSOA --></span>
<a href="https://www.trafforddatalab.io/analysis/census2021/housing.html"><h3 class="cardHead themeLink">Housing</h3><img src="images/census_2021_housing_report_thumbnail.png" class="thumbnail" alt=""/></a><br class="hideContent"/>
<span class="cardBody">Analysis of the different types of accommodation, tenure, central heating methods and bedroom occupancy from the <a href="https://www.ons.gov.uk/releases/housingcensus2021inenglandandwales" target="_blank">census 2021 housing topic summary</a> release. Includes comparisons within Trafford and across similar local authorities, Greater Manchester and England.</span>
</div>
<div class="labBorder">
<span class="filterTags"><!-- population residents people households ethnicity national identity languages spoken religions religious affiliation comparisons compare census 2011 reports LA MSOA --></span>
<a href="https://www.trafforddatalab.io/analysis/census2021/ethnicity.html"><h3 class="cardHead themeLink">Ethnicity, Identity, Language and Religion</h3><img src="images/census_2021_ethnicity_identity_language_religion_report_thumbnail.png" class="thumbnail" alt=""/></a><br class="hideContent"/>
<span class="cardBody">This report analyses the data published regarding the <a href="https://www.ons.gov.uk/releases/ethnicgroupnationalidentitylanguageandreligioncensus2021inenglandandwales" target="_blank">ethnic group, national identity, language, and religion</a> of residents from the 2021 census and compares it to similar data from the census in 2011.</span>
</div>
<div class="labBorder">
<span class="filterTags"><!-- UK armed forces veterans population residents people households reports LA MSOA --></span>
<a href="https://www.trafforddatalab.io/analysis/census2021/veterans.html"><h3 class="cardHead themeLink">UK Armed Forces Veterans</h3><img src="images/census_2021_uk_armed_forces_veterans_report_thumbnail.png" class="thumbnail" alt=""/></a><br class="hideContent"/>
<span class="cardBody">The 2021 census in England and Wales was the first to ask people if they had previously served in the UK armed forces. This report analyses the data for Trafford released in the <a href="https://www.ons.gov.uk/releases/ukarmedforcesveteranscensus2021inenglandandwales" target="_blank">UK armed forces veterans: Census 2021 in England and Wales</a> topic summary, relating to those who previously served in the UK armed forces and excluding those who are currently serving.</span>
</div>
<div class="labBorder">
<span class="filterTags"><!-- population estimates residents people households demographics demography population density international migration comparisons compare greater manchester gm census 2011 reports LA MSOA --></span>
<a href="https://www.trafforddatalab.io/analysis/census2021/index.html"><h3 class="cardHead themeLink">Demography and Migration</h3><img src="images/census_2021_population_and_households_report_thumbnail.png" class="thumbnail" alt=""/></a><br class="hideContent"/>
<span class="cardBody">Following the release of <a href="https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/articles/demographyandmigrationdatacontent/2022-11-02" target="_blank">demography and migration data from the 2021 census</a>, this report contains analysis of the change in Trafford's population and households from the previous census and provides comparisons with the other local authorities in Greater Manchester. Additionally for Trafford, analysis is also provided for international migration.</span>
</div>
</div>
</section>
<section id="data">
<h2>Data</h2>
<p>Open datasets in <abbr title="Comma Separated Values">CSV</abbr> format. Data is provided at local authority level for the whole of Greater Manchester and then at smaller geographies for Trafford only.</p>
<div class="cardContainer">
<a href="https://www.trafforddatalab.io/open_data/census2021/armed_forces_veterans/" class="card dataCard themeBlockLight labBorder">
<span class="filterTags"><!-- UK armed forces veterans population estimates residents people households datasets LA MSOA --></span>
<h3 class="cardHead themeBlockDark">Armed Forces Veterans</h3>
<p class="cardBody">Classifying residents who have previously served in the UK armed forces. Data is provided by population and household.</p>
</a>
<a href="https://www.trafforddatalab.io/open_data/census2021/education/" class="card dataCard themeBlockLight labBorder">
<span class="filterTags"><!-- population estimates residents people education educational attainment education qualifications no qualifications other qualifications level 4 qualifications level 3 qualifications level 2 qualifications level 1 and entry qualifications apprenticeships full-time students schoolchildren datasets LA MSOA LSOA OA --></span>
<h3 class="cardHead themeBlockDark">Education</h3>
<p class="cardBody">Highest level of qualification held by usual residents aged 16+, as well as the number of schoolchildren and full-time students.</p>
</a>
<a href="https://www.trafforddatalab.io/open_data/census2021/ethnicity/" class="card dataCard themeBlockLight labBorder">
<span class="filterTags"><!-- population estimates residents people households ethnicity datasets LA MSOA LSOA OA --></span>
<h3 class="cardHead themeBlockDark">Ethnicity</h3>
<p class="cardBody">Classifying usual residents in England and Wales by ethnic group. Data is provided by population and household.</p>
</a>
<a href="https://www.trafforddatalab.io/open_data/census2021/health_disability_unpaid_care/" class="card dataCard themeBlockLight labBorder">
<span class="filterTags"><!-- population estimates residents people households general health very good fair bad very bad disability disabled unpaid carers age-standardised proportions equality act assessments datasets LA MSOA LSOA OA --></span>
<h2 class="cardHead themeBlockDark">Health, disability, and unpaid care</h2>
<p class="cardBody">Classifying usual residents in England and Wales by health, disability, and unpaid care.</p>
</a>
<a href="https://www.trafforddatalab.io/open_data/census2021/housing/" class="card dataCard themeBlockLight labBorder">
<span class="filterTags"><!-- population residents people households housing houses second addresses detached semi-detached terraced flats apartments communal living communal establishments accommodation type central heating gas electricity oil wood burning renewable energy sources tenure mortgages loans owner-occupied privately rented number of bedrooms bedroom occupancy overcrowding overcrowded under-occupied bedroom standard datasets LA MSOA LSOA OA --></span>
<h3 class="cardHead themeBlockDark">Housing</h3>
<p class="cardBody">Residents and households data based on accommodation type, tenure, rooms and bedrooms, central heating, car or van availability and second addresses.</p>
</a>
<a href="https://www.trafforddatalab.io/open_data/census2021/labour_market_travel_to_work/" class="card dataCard themeBlockLight labBorder">
<span class="filterTags"><!-- population estimates residents people labour market work employment industry occupation economy economic socio-economic travel transport datasets LA MSOA LSOA OA --></span>
<h3 class="cardHead themeBlockDark">Labour Market & Travel to Work</h3>
<p class="cardBody">Classifying usual residents in England and Wales relating to the labour market and travel to work.</p>
</a>
<a href="https://www.trafforddatalab.io/open_data/census2021/language/" class="card dataCard themeBlockLight labBorder">
<span class="filterTags"><!-- population estimates residents people households languages spoken datasets LA MSOA LSOA OA --></span>
<h3 class="cardHead themeBlockDark">Language</h3>
<p class="cardBody">Classifying usual residents in England and Wales by languages spoken. Data is provided by population and household.</p>
</a>
<a href="https://www.trafforddatalab.io/open_data/census2021/national_identity/" class="card dataCard themeBlockLight labBorder">
<span class="filterTags"><!-- population estimates residents people households national identity datasets LA MSOA LSOA OA --></span>
<h3 class="cardHead themeBlockDark">National Identity</h3>
<p class="cardBody">Classifying usual residents in England and Wales by national identity. Data is provided by population.</p>
</a>
<a href="https://www.trafforddatalab.io/open_data/census2021/population/" class="card dataCard themeBlockLight labBorder">
<span class="filterTags"><!-- population estimates residents people households datasets LA MSOA LSOA OA --></span>
<h3 class="cardHead themeBlockDark">Population & Households</h3>
<p class="cardBody">Population estimates by sex and single year of age, population densities, household size and household composition.</p>
</a>
<a href="https://www.trafforddatalab.io/open_data/census2021/religion/" class="card dataCard themeBlockLight labBorder">
<span class="filterTags"><!-- population estimates residents people households religions religious affiliation datasets LA MSOA LSOA OA --></span>
<h3 class="cardHead themeBlockDark">Religious Affiliation</h3>
<p class="cardBody">Classifying usual residents in England and Wales by religious affiliation. Data is provided by population and household.</p>
</a>
<a href="https://www.trafforddatalab.io/open_data/census2021/sexual_orientation_gender_identity/" class="card dataCard themeBlockLight labBorder">
<span class="filterTags"><!-- population estimates residents people sexual orientation gender identity datasets LA MSOA --></span>
<h3 class="cardHead themeBlockDark">Sexual orientation & gender identity</h3>
<p class="cardBody">Classifying usual residents by their self-reported sexual orientation and by their gender identity.</p>
</a>
</div>
</section>
<section id="releases" aria-label="links will open in a new window">
<h2>ONS Publications</h2>
<p>Information and resources published by the Office for National Statistics.</p>
<ul>
<li>
<strong><time datetime="2023-04-04">04 April 2023</time> <a href="https://www.ons.gov.uk/releases/sexualorientationandgenderidentitydatacombiningmultiplevariablesenglandandwalescensus2021" target="_blank">Phase 2: Sexual orientation and gender identity Census 2021 pre-built flexible datasets</a>.</strong><br />
<em>Flexible datasets where you can choose and change the area type and coverage of Census 2021 sexual orientation and gender identity data combined with other variables. Please read the <a href="https://blog.ons.gov.uk/2023/04/04/latest-census-2021-products/" target="_blank">ONS Blog</a> for further information on the latest release and how it should be used.</em>
</li>
<li>
<strong><time datetime="2023-03-08">28 March 2023</time> <a href="https://www.ons.gov.uk/datasets/create" target="_blank">Phase 2: Create a custom dataset tool</a>.</strong><br />
<em>Also known as the flexible table builder, allows you to create your own Census 2021 datasets. There are also <a href="https://www.ons.gov.uk/releases/datacombiningmultiplevariablesenglandandwalescensus2021" target="_blank">pre-built flexible datasets</a> which you can customise with additional variables.</em>
</li>
<li>
<strong><time datetime="2023-03-07">07 March 2023</time> <a href="https://www.ons.gov.uk/census/maps?lad=E08000009" target="_blank">Census Maps: view ten-year change from 2011 to 2021</a>.</strong><br />
<em>Interactive tool to explore Census 2021 data across England and Wales for different topics, including how areas have changed between the censuses in 2011 and 2021.</em>
</li>
<li>
<strong><time datetime="2023-01-19">19 January 2023</time> <a href="https://www.ons.gov.uk/releases/healthdisabilityandunpaidcarecensus2021inenglandandwales" target="_blank">Phase 1: Health, disability, and unpaid care</a>.</strong><br />
<em>Additional resources: <a href="https://www.ons.gov.uk/peoplepopulationandcommunity/healthandsocialcare/healthandwellbeing/methodologies/healthdisabilityandunpaidcarequalityinformationforcensus2021" target="_blank">Health, disability and unpaid care quality information for Census 2021</a></em>.
</li>
<li>
<strong><time datetime="2023-01-17">17 January 2023</time> <a href="https://www.ons.gov.uk/visualisations/customprofiles/draw/" target="_blank">Build a custom area profile</a>.</strong><br />
<em>Create profiles for local areas in England and Wales using Census 2021 data. Help on how to use the tool can be found in the <a href="https://digitalblog.ons.gov.uk/2023/01/17/custom-profiles/" target="_blank">blog on ONS Digital</a>.</em>
</li>
<li>
<strong><time datetime="2023-01-10">10 January 2023</time> <a href="https://www.ons.gov.uk/releases/educationcensus2021inenglandandwales" target="_blank">Phase 1: Education</a>.</strong><br />
<em>Additional resources: <a href="https://www.ons.gov.uk/peoplepopulationandcommunity/educationandchildcare/methodologies/educationqualityinformationforcensus2021" target="_blank">Education quality information for Census 2021</a></em>.
</li>
<li>
<strong><time datetime="2023-01-06">06 January 2023</time> <a href="https://www.ons.gov.uk/releases/sexualorientationandgenderidentitycensus2021inenglandandwales" target="_blank">Phase 1: Sexual orientation and gender identity</a>.</strong><br />
<em>Additional resources: <a href="https://www.ons.gov.uk/peoplepopulationandcommunity/culturalidentity/sexuality/methodologies/sexualorientationandgenderidentityqualityinformationforcensus2021" target="_blank">Sexual orientation and gender identity quality information for Census 2021</a></em>.
</li>
<li>
<strong><time datetime="2023-01-05">05 January 2023</time> <a href="https://www.ons.gov.uk/releases/housingcensus2021inenglandandwales" target="_blank">Phase 1: Housing</a>.</strong><br />
<em>Additional resources: <a href="https://www.ons.gov.uk/peoplepopulationandcommunity/housing/methodologies/housingqualityinformationforcensus2021" target="_blank">Quality information affecting housing data (help to correctly interpret the statistics)</a></em>.
</li>
<li>
<strong><time datetime="2022-12-08">08 December 2022</time> <a href="https://www.ons.gov.uk/releases/labourmarketandtraveltoworkcensus2021inenglandandwales" target="_blank">Phase 1: Labour market and travel to work</a>.</strong><br />
<em>Additional resources: <a href="https://www.ons.gov.uk/employmentandlabourmarket/peopleinwork/earningsandworkinghours/methodologies/labourmarketqualityinformationforcensus2021" target="_blank">Labour market quality information for Census 2021</a></em>.
</li>
<li>
<strong><time datetime="2022-11-29">29 November 2022</time> <a href="https://www.ons.gov.uk/releases/ethnicgroupnationalidentitylanguageandreligioncensus2021inenglandandwales" target="_blank">Phase 1: Ethnic group, national identity, language, and religion</a>.</strong><br />
<em>Additional resources: <a href="https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/articles/howyourareahaschangedin10yearscensus2021/2022-11-08" target="_blank">How your area has changed in 10 years: Census 2021</a></em>.
</li>
<li>
<strong><time datetime="2022-11-10">10 November 2022</time> <a href="https://www.ons.gov.uk/peoplepopulationandcommunity/armedforcescommunity/bulletins/ukarmedforcesveteransenglandandwales/census2021" target="_blank">Phase 1: UK Armed Forces Veterans</a>.</strong><br />
<em>Additional resources: <a href="https://www.ons.gov.uk/peoplepopulationandcommunity/armedforcescommunity/articles/ukarmedforcesveteransdataenglandandwales/census2021" target="_blank">Datasets</a></em>.
</li>
<li>
<strong><time datetime="2022-11-02">02 November 2022</time> <a href="https://www.ons.gov.uk/releases/demographyandmigrationcensus2021inenglandandwales" target="_blank">Phase 1: Demography and Migration</a>.</strong><br />
<em>Additional resources: <a href="https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/articles/demographyandmigrationdatacontent/2022-11-02" target="_blank">Datasets</a>, <a href="https://www.ons.gov.uk/census/maps?lad=E08000009" target="_blank">Interactive census maps</a></em>.
</li>
<li>
<strong><time datetime="2022-06-28">28 June 2022</time> <a href="https://www.ons.gov.uk/releases/initialfindingsfromthe2021censusinenglandandwales" target="_blank">Phase 1: Census 2021 first results</a>.</strong><br />
<em>Additional resources: <a href="https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/datasets/populationandhouseholdestimatesenglandandwalescensus2021" target="_blank">Datasets</a>, <a href="https://www.ons.gov.uk/visualisations/censuspopulationchange/E08000009/" target="_blank">Trafford's population change since 2011 (interactive report)</a></em>.
</li>
</ul>
</section>
<section id="notes">
<h2>Notes</h2>
<ul>
<li>Within the outputs provided, the variable name "<em>sex</em>" refers to the assignment at birth based upon an individual's biological aspects, and "<em>gender</em>" refers to an individual's personal, internal perception of themselves (ONS: <a href="https://www.ons.gov.uk/economy/environmentalaccounts/articles/whatisthedifferencebetweensexandgender/2019-02-21" target="_blank"><em>What is the difference between sex and gender?</em></a>). Further information is provided by the ONS in: <a href="https://www.ons.gov.uk/census/censustransformationprogramme/questiondevelopment/sexandgenderidentityquestiondevelopmentforcensus2021" target="_blank">Sex and gender identity question development for Census 2021</a></li>
<li>Population and household estimates from the Census 2021 first results release are rounded to the nearest 100, therefore discrepancies can occur e.g. between the sum of population by age bands and the total population figure. All further releases contain unrounded data</li>
</ul>
</section>
</main>
<footer id="footer">
<div class="leftFooter">
<p class="hideContent">Trafford Data Lab are on the following platforms: </p>
<a class="linkMedia" href="https://twitter.com/traffordDataLab" aria-label="Trafford Data Lab on X" target="_blank"><span class="fa-brands fa-x-twitter" title="Trafford Data Lab on X"></span><span class="hideContent">X, </span></a>
<a class="linkMedia" href="https://github.com/traffordDataLab" aria-label="Trafford Data Lab on GitHub" target="_blank"><span class="fa-brands fa-github" title="Trafford Data Lab on GitHub"></span><span class="hideContent">GitHub, </span></a>
<a class="linkMedia" href="https://medium.com/@traffordDataLab" aria-label="Trafford Data Lab on Medium" target="_blank"><span class="fa-brands fa-medium" title="Trafford Data Lab on Medium"></span><span class="hideContent">Medium</span></a>
<br />
<a href="accessibility.html" class="smallText" aria-label="Accessibility statement for the Trafford Data Lab website">Accessibility statement</a>
</div>
<a href="https://www.trafford.gov.uk" target="_blank" aria-label="Visit the Trafford Council website"><img class="logoTrafford" src="images/trafford_council_logo_black_on_white_100px.png" alt="Trafford Council"/></a>
</footer>
</div>
<script src="https://www.trafforddatalab.io/assets/javascript/labFilter.js"></script>
<script src="https://www.trafforddatalab.io/assets/javascript/labGetQryStrValByKey.js"></script>
<script src="https://www.trafforddatalab.io/assets/javascript/removeElapsedLabNotifications.js"></script>
<script>
// Set up the filter
var contentFilter = new LabFilter({
filterContainer: document.getElementById('filterContainer'), // where we want the filter input box creating
filterClass: 'labBorder', // creates the focus outline on-hover
filterLabel: 'You can filter the census outputs: ',
noMatchesClass: 'contentBlock'
})
// Check if we have any filter terms in the querystring
// If so, put them in the filter box and perform the filter action
try {
var filterQS = labGetQryStrValByKey('filter', location.search);
if (filterQS !== null) {
contentFilter.input.value = filterQS;
contentFilter.doFilter();
}
}
catch (e) {
// Try-catch here just in case there is something wrong with the filter control and it doesn't exist (i.e. it failed to initialise - the filter component has its own try-catch to capture this event) or we can't obtain the querystring value. No need to take any further action, just let the page display all items.
}
// Automatically remove any "new" notifications from content items after the specified number of days.
// NOTE: The notification code should still be removed manually as this helper function simply hides the elements.
RemoveElapsedLabNotifications({ daysElapsed: 14 });
</script>
</body>
</html>