mggg / VoteKit

A Swiss Army Knife for computational social choice research
https://votekit.readthedocs.io/en/latest/
MIT License
10 stars 12 forks source link

Scottish Election CVR Reader #123

Closed cdonnay closed 1 month ago

cdonnay commented 6 months ago

There are some inconsistencies between csv files in the scot-elex repo. Specifically, the party names are not always provided in a consistent format. This causes issues when reading in names using the load_scottish function. See aberdeenshire_2017_ward12.csv and aberdeen_2022_ward12.csv for an example.

cdonnay commented 1 month ago

@peterrrock2 reformatted all of the data files and changed them to csv format. We also updated the load_scottish function to read the new format.