party_family
Data source: ParlGov · About: simonw/parlgov-datasette
21 rows where type_id = 80
This data as json, CSV (advanced)
| id ▼ | party_id | type_id |
|---|---|---|
| 373 | no seat 2034 | no seat 80 |
| 374 | no seat 2057 | no seat 80 |
| 375 | no seat 2055 | no seat 80 |
| 376 | no seat 2052 | no seat 80 |
| 377 | no seat 2067 | no seat 80 |
| 378 | no seat 2058 | no seat 80 |
| 379 | no seat 2056 | no seat 80 |
| 380 | no seat 2054 | no seat 80 |
| 381 | no seat 2059 | no seat 80 |
| 382 | no seat 2070 | no seat 80 |
| 383 | no seat 2053 | no seat 80 |
| 459 | no seat 2171 | no seat 80 |
| 721 | no seat 2080 | no seat 80 |
| 738 | Suomen Kommunistinen Puolue (Yhtenäisyys) – Finlands Kommunistiska Partiet (Enhet) 806 | no seat 80 |
| 739 | Vapaamielisten Liitto – De Frisinnades Förbund 1109 | no seat 80 |
| 765 | no seat 2308 | no seat 80 |
| 782 | no seat 2316 | no seat 80 |
| 875 | no seat 2405 | no seat 80 |
| 893 | no seat 2562 | no seat 80 |
| 940 | no seat 2636 | no seat 80 |
| 1165 | no seat 2864 | no seat 80 |
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");