home / psephology

certifications

Data license: Open Parliament Licence · Data source: UK Parliament election results website

21 rows where political_party_id = 130

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ candidacy_id political_party_id adjunct_to_certification_id
3964 4100 4100 Libertarian Party 130  
4134 4277 4277 Libertarian Party 130  
5363 5576 5576 Libertarian Party 130  
6048 6285 6285 Libertarian Party 130  
7637 7940 7940 Libertarian Party 130  
7740 8049 8049 Libertarian Party 130  
8514 8862 8862 Libertarian Party 130  
9057 9437 9437 Libertarian Party 130  
9404 9803 9803 Libertarian Party 130  
9706 10120 10120 Libertarian Party 130  
10901 11399 11399 Libertarian Party 130  
11028 11532 11532 Libertarian Party 130  
11903 12479 12479 Libertarian Party 130  
12004 12582 12582 Libertarian Party 130  
12709 13353 13353 Libertarian Party 130  
12979 13643 13643 Libertarian Party 130  
14431 15230 15230 Libertarian Party 130  
16747 17717 17717 Libertarian Party 130  
19912 21177 21177 Libertarian Party 130  
21346 22764 22764 Libertarian Party 130  
21595 23057 23057 Libertarian Party 130  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "certifications" (
   [id] INTEGER PRIMARY KEY,
   [candidacy_id] INTEGER REFERENCES [candidacies]([id]),
   [political_party_id] INTEGER REFERENCES [political_parties]([id]),
   [adjunct_to_certification_id] INTEGER REFERENCES [certifications]([id])
);
CREATE INDEX [idx_certifications_adjunct_to_certification_id]
    ON [certifications] ([adjunct_to_certification_id]);
CREATE INDEX [idx_certifications_political_party_id]
    ON [certifications] ([political_party_id]);
CREATE INDEX [idx_certifications_candidacy_id]
    ON [certifications] ([candidacy_id]);
Powered by Datasette · Queries took 13.54ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website