Skip to content

Commit

Permalink
Scottish Parliament scraper script (#252)
Browse files Browse the repository at this point in the history
* Initial script for Scottish Parliament #208
- Add scottish_parliament.py
- Update processor.py to handle both CSV and JSON writing
- Add Scottish Parliament as a source in sources.csv

* Format

* Fixes

* WIP

* Updates to merge and export scripts for Scottish Parliament
- Slightly improved performance issues with merge data categorisation
- Added some category keywords for parliament

* Revert accidental output change
  • Loading branch information
JackGilmore authored Aug 19, 2023
1 parent 1f1c60e commit 43089c6
Show file tree
Hide file tree
Showing 7 changed files with 4,548 additions and 28 deletions.
7 changes: 5 additions & 2 deletions ODSCategories.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"migration",
"mps",
"msps",
"politicians"
"politicians",
"parliament",
"parliamentary"
],
"Education": [
"childcare",
Expand Down Expand Up @@ -149,7 +151,8 @@
"political",
"politics",
"polling",
"polling places"
"polling places",
"petition"
],
"Food and Environment": [
"air quality",
Expand Down
Loading

0 comments on commit 43089c6

Please sign in to comment.