Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting: Add line breaks between tasks #70

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions election-results/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,30 @@ So for example:
"Cardiff West, 11014, C, 17803, L, 4923, UKIP, 2069, LD",
"Islington South & Finsbury, 22547, L, 9389, C, 4829, LD, 3375, UKIP, 3371, G, 309, Ind"

### Codes

* C - Conservative Party
* L - Labour Party
* UKIP - UKIP
* LD - Liberal Democrats
* G - Green Party
* Ind - Independent
* SNP - SNP


## Tasks:
We want to transform this into a cleaned-up result that shows:

a) the constituency name

b) the result for each party

c) find the winner for each constituency

d) translates the party code into a full name
e) shows the share of the vote as a percentage of all the votes cast

### Codes
e) shows the share of the vote as a percentage of all the votes cast

* C - Conservative Party
* L - Labour Party
* UKIP - UKIP
* LD - Liberal Democrats
* G - Green Party
* Ind - Independent
* SNP - SNP


## Extension tasks:
Expand Down