Skip to content

Data processing and vizualizations of MP voting data from the public-whip project

Notifications You must be signed in to change notification settings

eldritch-elbow/uk-mp-voting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Based on public whip open database.

MySQL hints:

CREATE user mpdata IDENTIFIED BY v0t1ng5; GRANT ALL PRIVILEGES ON public_whip . * to mpdata;

select distinct pw_mp.mp_id from pw_vote, pw_mp where pw_vote.mp_id = pw_mp.mp_id and division_id in (select division_id from pw_division where division_date > '2010-05-06') and house='commons';

About

Data processing and vizualizations of MP voting data from the public-whip project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages