Skip to content

Commit

Permalink
Update geocodes.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-strange committed Aug 28, 2024
1 parent b0c6872 commit 561f82a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
Binary file added .DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions pipelines/metadata/geocodes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 1,
"metadata": {},
"outputs": [
{
Expand All @@ -11,7 +11,7 @@
"PosixPath('/Users/lukestrange/Code/housing')"
]
},
"execution_count": 35,
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -26,7 +26,7 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -54,7 +54,7 @@
},
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -69,7 +69,7 @@
},
{
"cell_type": "code",
"execution_count": 38,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand Down
30 changes: 15 additions & 15 deletions src/data/areas/place-page/_data/areas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5611,41 +5611,41 @@
},
"E47000002":{
"content":{
"nm":"Barnsley, Doncaster, Rotherham and Sheffield Combined Authority",
"status":"terminated",
"nm":"South Yorkshire",
"status":"live",
"dt":{
"e":1456704000000,
"s":1427846400000
"s":1630454400000,
"e":null
}
}
},
"E47000003":{
"content":{
"nm":"West Yorkshire Combined Authority",
"status":"terminated",
"nm":"West Yorkshire",
"status":"live",
"dt":{
"e":1456704000000,
"s":1427846400000
"s":1456790400000,
"e":null
}
}
},
"E47000004":{
"content":{
"nm":"Halton, Knowsley, Liverpool, St Helens, Sefton and Wirral Combined Authority",
"status":"terminated",
"nm":"Liverpool City Region",
"status":"live",
"dt":{
"e":1456704000000,
"s":1427846400000
"s":1456790400000,
"e":null
}
}
},
"E47000005":{
"content":{
"nm":"Durham, Gateshead, Newcastle Upon Tyne, North Tyneside, Northumberland, South Tyneside and Sunderland Combined Authority",
"nm":"North East",
"status":"terminated",
"dt":{
"e":1456704000000,
"s":1429056000000
"e":1540944000000,
"s":1456790400000
}
}
},
Expand Down

0 comments on commit 561f82a

Please sign in to comment.