Skip to content

Commit

Permalink
Import script for Watford (2024-05-02) (closes #6256)
Browse files Browse the repository at this point in the history
  • Loading branch information
polling-bot-4000 committed Feb 22, 2024
1 parent 0432357 commit 3874c4b
Showing 1 changed file with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@

class Command(BaseHalaroseCsvImporter):
council_id = "WAT"
addresses_name = "2023-05-04/2023-03-09T16:41:25.854790/Eros_SQL_Output071.csv"
stations_name = "2023-05-04/2023-03-09T16:41:25.854790/Eros_SQL_Output071.csv"
elections = ["2023-05-04"]

def address_record_to_dict(self, record):
if record.housepostcode in [
"WD25 9AS",
"WD25 7DA",
"WD18 7BS",
]:
return None
return super().address_record_to_dict(record)
addresses_name = (
"2024-05-02/2024-02-22T15:03:32.581902/Watford BC Democracy Club Data.csv"
)
stations_name = (
"2024-05-02/2024-02-22T15:03:32.581902/Watford BC Democracy Club Data.csv"
)
elections = ["2024-05-02"]

0 comments on commit 3874c4b

Please sign in to comment.