party_family
Data source: ParlGov · About: simonw/parlgov-datasette
6 rows where type_id = 102
This data as json, CSV (advanced)
| id ▼ | party_id | type_id |
|---|---|---|
| 753 | Felleslister borgerlige 2194 | no party 102 |
| 895 | Independent Liberal 2517 | no party 102 |
| 915 | Presidente del Consiglio dei ministri 2001 | no party 102 |
| 918 | Independent Alliance 2622 | no party 102 |
| 936 | Gauche démocrate et républicaine 2272 | no party 102 |
| 989 | Conservatives [no coupon] 2719 | no party 102 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "party_family" (
"id" integer NOT NULL PRIMARY KEY,
"party_id" integer NOT NULL REFERENCES "party" ("id"),
"type_id" integer NOT NULL REFERENCES "info_id" ("id")
);
CREATE INDEX "party_family_764fa81" ON "party_family" ("party_id");
CREATE INDEX "party_family_777d41c8" ON "party_family" ("type_id");