home / parlgov

Menu
  • Search all tables
  • GraphQL API

party_family

Table actions
  • GraphQL API for party_family

Data source: ParlGov · About: simonw/parlgov-datasette

12 rows where type_id = 6

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ party_id type_id
364 Partito d'Azione 1330 Liberal 6
509 Dögun – stjórnmálasamtök um réttlæti, sanngirni og lýðræði 2206 Liberal 6
581 Kartel Liberale en Socialistische 1335 Liberal 6
591 Coalición Canaria 234 Liberal 6
626 Conservatives and National Liberals 1496 Liberal 6
710 Union démocratique et socialiste de la Résistance 2280 Liberal 6
812 Ale Yarok 2323 Liberal 6
818 Agrupación Ruiz-Mateos 73 Liberal 6
930 Independent – Marian Harkin 2329 Liberal 6
932 Mircea Diaconu 2394 Liberal 6
933 Independent – Jelko Kacin 2383 Liberal 6
937 Viðreisn 2633 Liberal 6

Advanced export

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

CSV options:

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");
Powered by Datasette · Queries took 10.28ms · Data source: ParlGov · About: simonw/parlgov-datasette