Skip to content

Commit 8d9f6c7

Browse files
committed
2016 Presidential results
1 parent 13c9044 commit 8d9f6c7

File tree

5 files changed

+28053
-13
lines changed

5 files changed

+28053
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.0] - 2020-02-15
8+
### Added
9+
- 2016 presidential results data
10+
- 2011 presidential results data converted from PDFs and the R script to transform it
11+
712
## [1.0.2] - 2020-02-01
813
### Added
914
- List of nullified polling stations for the 2021 elections

README.md

Lines changed: 34 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,59 @@
22

33
This is a collection of data resources for Uganda Elections
44

5-
1. 2016 Elections Polling Station Data
6-
- [Excel](voter_register_summary_2016.xls)
7-
- [CSV](voter_register_summary_2016.csv)
8-
- [JSON](voter_register_summary_2016.json)
9-
2. 2020 Elections Polling Station Data
5+
## 2021 Elections
6+
7+
1. 2020 Elections Polling Station Data
108
- [Excel](voter_register_summary_2020.xls)
119
- [CSV](voter_register_summary_2020.csv)
1210
- [JSON](voter_register_summary_2020.json)
13-
3. District lookup files
11+
2. District lookup files
1412
- [Excel](district_lookup/uganda_districts_2020.xlsx)
1513
- [CSV](district_lookup/uganda_districts_2020.csv)
1614
- [JSON](district_lookup/uganda_districts_2020.json)
17-
4. Sub-county lookup files
15+
3. Sub-county lookup files
1816
- [Excel](subcounty_lookup/uganda_subcounties_2020.xlsx)
1917
- [CSV](subcounty_lookup/uganda_subcounties_2020.csv)
2018
- [JSON](subcounty_lookup/uganda_subcounties_2020.json)
21-
5. Constituency lookup files
19+
4. Constituency lookup files
2220
- [Excel](constituency_lookup/uganda_constituencies_2020.xlsx)
2321
- [CSV](constituency_lookup/uganda_constituencies_2020.csv)
2422
- [JSON](constituency_lookup/uganda_constituencies_2020.json)
25-
6. 2021 Elections Results - Presidential Results
23+
5. 2021 Elections Results - Presidential Results
2624
- [Excel](results/2021/presidential_results.xls)
2725
- [CSV](results/2021/presidential_results.csv)
2826
- [JSON](results/2021/presidential_results.json)
29-
7. 2021 Elections Results - Nullified Polling Stations
27+
6. 2021 Elections Results - Nullified Polling Stations
3028
- [Excel](results/2021/nullified_polling_stations_2020.xls)
3129
- [CSV](results/2021/nullified_polling_stations_2020.csv)
3230
- [JSON](results/2021/nullified_polling_stations_2020.json)
3331

34-
35-
NOTES:
36-
========
32+
## 2016 Elections
33+
34+
1. 2016 Elections Polling Station Data
35+
- [Excel](voter_register_summary_2016.xls)
36+
- [CSV](voter_register_summary_2016.csv)
37+
- [JSON](voter_register_summary_2016.json)
38+
2. 2016 Presidential Election Results
39+
- [Excel](results/2016/presidential_results.xls)
40+
- [CSV](results/2016/presidential_results.csv)
41+
- [JSON](results/2016/presidential_results.json)
42+
43+
## 2011 Elections
44+
Coming soon
45+
46+
## Attributions
47+
This section contains attributions to assistance in finding, extract and analyse this data from different sources
48+
and formats
49+
50+
1. [AndsJeff](https://twitter.com/andsjeff) for converting the 2021 election results from PDF to Excel
51+
2. [Herman Musitwa](https://twitter.com/muthitwa) for district, sub-county and constituency lookups for 2016 and 2020 election data
52+
3. [Samwyri](https://twitter.com/Samwyri) for the 2016 & 2020 polling station voter register summary data and [Blanshe Musinguzi](https://twitter.com/Johnblanshe_m) for finding the raw data
53+
4. Lisa Garbe for the 2011 presidenital results
54+
5. [Horacio Larreguy](https://twitter.com/HLarreguy), [Anders Woller](https://twitter.com/AndersWoller) and [Jeremy Bowles](https://twitter.com/jeremy_bowles) for the
55+
analysis of the 2016 election data with the GPS coordinates for the 2016 elections
56+
57+
## NOTES
3758
1. The CSV file is used as the primary source of data with the JSON format being generated using the following commands
3859
- `csvjson --snifflimit 0 voter_register_summary_2016.csv > voter_register_summary_2016.json`
3960
- ` csvjson --snifflimit 0 voter_register_summary_2020.csv > voter_register_summary_2020.json`

0 commit comments

Comments
 (0)