aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-05-11 18:54:10 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2023-05-11 18:54:10 +0100
commit469de094098c5cf149b9aeab9c2a7d23aa22c11d (patch)
treebe9bd0e6c1a4bbfcc9fe878420dd7569deec0f77 /README.md
parentb0f2c84d0ab4112040a4db49541eab504d1ec2c0 (diff)
downloadUKGenderPayGap-469de094098c5cf149b9aeab9c2a7d23aa22c11d.tar.gz
UKGenderPayGap-469de094098c5cf149b9aeab9c2a7d23aa22c11d.zip
Finished filtering of new visualisation, started work on map char
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index caca99c..ec07041 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,12 @@
# UKGenderPayGap
Visualisations of the UK gender pay gap data. Publically avaliable, not often seen: https://gender-pay-gap.service.gov.uk/
+
+## Datasets
+
+ - The main dataset is from the [UK Government's gender pay gap service](https://gender-pay-gap.service.gov.uk/). As more years are released, they can be downloaded and appended to the database:
+
+```
+python3 parser.py ../RawData/UK\ Gender\ Pay\ Gap\ Data\ -\ 2019\ to\ 2020.csv
+```
+
+ - [ONS data](https://www.ons.gov.uk/aboutus/transparencyandgovernance/freedomofinformationfoi/ukpostcodestownsandcounties) is required to turn the address postcode to a county or unitary authority for the map. This data is rather complicated, thankfully the [Borough of Camden](https://www.data.gov.uk/dataset/7ec10db7-c8f4-4a40-8d82-8921935b4865/national-statistics-postcode-lookup-uk) has processed this data nicely for us.