Skip to content

Commit

Permalink
Import script for Camden (2024-05-02) (closes #6779)
Browse files Browse the repository at this point in the history
  • Loading branch information
polling-bot-4000 committed Mar 25, 2024
1 parent 4e5cdf2 commit 2032755
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
class Command(BaseDemocracyCountsCsvImporter):
council_id = "CMD"
addresses_name = (
"2022-05-05/2022-04-05T16:06:41.598889/Democracy Club - Polling Districts.csv"
"2024-05-02/2024-03-25T13:12:33.651843/DC Clubs_PollingDistricts_CAMDEN.csv"
)
stations_name = (
"2022-05-05/2022-04-05T16:06:41.598889/Democracy Club - Polling Stations.csv"
"2024-05-02/2024-03-25T13:12:33.651843/DC Clubs_PollingStations_CAMDEN.csv"
)
elections = ["2022-05-05"]
elections = ["2024-05-02"]
csv_encoding = "utf-16le"

0 comments on commit 2032755

Please sign in to comment.