Spaces:
Running
Running
Bohaska
commited on
Commit
·
093a8dc
1
Parent(s):
6eea04f
add back council info
Browse files
parsed_ga_resolutions.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
small_scripts/parse_ga_resolutions.py
CHANGED
|
@@ -82,7 +82,6 @@ def parse_resolution_xml(xml_string):
|
|
| 82 |
if 'name' in data: data['title'] = data.pop('name')
|
| 83 |
if 'desc' in data: data['body'] = data.pop('desc') # Keep BBCode as text
|
| 84 |
if 'councilid' in data: data['id'] = data.pop('councilid') # councilid is resolution id
|
| 85 |
-
if 'council' in data: data['councilid'] = data.pop('council')
|
| 86 |
|
| 87 |
# Determine status and structure repeal information
|
| 88 |
if 'repealed_by' in data:
|
|
|
|
| 82 |
if 'name' in data: data['title'] = data.pop('name')
|
| 83 |
if 'desc' in data: data['body'] = data.pop('desc') # Keep BBCode as text
|
| 84 |
if 'councilid' in data: data['id'] = data.pop('councilid') # councilid is resolution id
|
|
|
|
| 85 |
|
| 86 |
# Determine status and structure repeal information
|
| 87 |
if 'repealed_by' in data:
|