From 0faf95d56815d310290d3533d81d888deb7731f0 Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 16 May 2023 00:05:27 +0100 Subject: Added heatmap --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ec07041..ecd44d4 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,8 @@ Visualisations of the UK gender pay gap data. Publically avaliable, not often se 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. + - [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. To append the county or local authority data, give `parser.py` a file downloaded from the above with the exact name: + +``` +python3 parser.py ../RawData/National_Statistics_Postcode_Lookup_UK.csv +``` -- cgit v1.2.3