aboutsummaryrefslogtreecommitdiffstats
path: root/insinuations.py
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 /insinuations.py
parentb0f2c84d0ab4112040a4db49541eab504d1ec2c0 (diff)
downloadUKGenderPayGap-469de094098c5cf149b9aeab9c2a7d23aa22c11d.tar.gz
UKGenderPayGap-469de094098c5cf149b9aeab9c2a7d23aa22c11d.zip
Finished filtering of new visualisation, started work on map char
Diffstat (limited to 'insinuations.py')
-rw-r--r--insinuations.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/insinuations.py b/insinuations.py
index 282b93e..107c84e 100644
--- a/insinuations.py
+++ b/insinuations.py
@@ -77,5 +77,10 @@ if __name__ == "__main__":
else:
host = "db"
- with database.PayGapDatabase(host = host) as db:
- print(db.search_company("University")) \ No newline at end of file
+ # with database.PayGapDatabase(host = host) as db:
+ # print(db.search_company("University"))
+
+ import app
+ counties = [feature["properties"]["name"] for feature in app.UK_GEOJSON["features"]]
+ print(counties)
+ print(len(counties)) \ No newline at end of file