-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
2,487 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
title: Constituencies (2025) by IMD | ||
description: Composite IMD scores and bandings for 2025 Constituencies | ||
custom: | ||
row_count: 650 | ||
path: parl25_imd.csv | ||
name: parl25_imd | ||
profile: tabular-data-resource | ||
scheme: file | ||
format: csv | ||
hashing: md5 | ||
encoding: utf-8 | ||
schema: | ||
fields: | ||
- name: parl25 | ||
type: string | ||
description: short code for constituency as used in https://pages.mysociety.org/2025-constituencies/datasets/parliament_con_2025/latest | ||
constraints: | ||
unique: true | ||
example: UKPARL.2025.AAD | ||
- name: constituency-name | ||
type: string | ||
description: name of constituency | ||
constraints: | ||
unique: true | ||
example: Aberafan Maesteg | ||
- name: parl25-deprivation-score | ||
type: number | ||
description: IMD score for constituency | ||
constraints: | ||
unique: true | ||
example: 5.732661845759454 | ||
- name: label | ||
type: string | ||
description: IMD banding for constituency | ||
constraints: | ||
unique: false | ||
enum: | ||
- 1st IMD quintile | ||
- 2nd IMD quintile | ||
- 3rd IMD quintile | ||
- 4th IMD quintile | ||
- 5th IMD quintile | ||
example: 1st IMD quintile | ||
- name: desc | ||
type: string | ||
description: IMD descriptive banding for constituency | ||
constraints: | ||
unique: false | ||
enum: | ||
- Constituencies in most deprived quintile (20%) | ||
- Constituencies in second most deprived quintile (20%) | ||
- Constituencies in middle deprivation quintile (20%) | ||
- Constituencies in second least deprived quintile (20%) | ||
- Constituencies in least deprived quintile (20%) | ||
example: Constituencies in least deprived quintile (20%) | ||
- name: low-deprivation | ||
type: number | ||
description: Proportion of constituency population living in a low deprivation | ||
losa (quintile 4,5) | ||
constraints: | ||
unique: false | ||
example: 0.0 | ||
- name: medium-deprivation | ||
type: number | ||
description: Proportion of constituency population living in a low deprivation | ||
losa (quintile 2,3) | ||
constraints: | ||
unique: true | ||
example: 0.0255266784800157 | ||
- name: high-deprivation | ||
type: number | ||
description: Proportion of constituency population living in a high deprivation | ||
losa (quintile 1) | ||
constraints: | ||
unique: false | ||
example: 0.0 | ||
- name: parl25-imd-pop-quintile | ||
type: integer | ||
description: IMD quintile for constituency | ||
constraints: | ||
unique: false | ||
enum: | ||
- 1 | ||
- 2 | ||
- 3 | ||
- 4 | ||
- 5 | ||
example: 1 | ||
- name: parl25-imd-pop-decile | ||
type: integer | ||
description: IMD decile for constituency | ||
constraints: | ||
unique: false | ||
enum: | ||
- 1 | ||
- 2 | ||
- 3 | ||
- 4 | ||
- 5 | ||
- 6 | ||
- 7 | ||
- 8 | ||
- 9 | ||
- 10 | ||
example: 1 | ||
hash: e0270ef9b7667f0332a354a499ead450 |
Oops, something went wrong.