home / parlgov

Menu
  • Search all tables
  • GraphQL API

party_family

Table actions
  • GraphQL API for party_family

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

7 rows where type_id = 82

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ party_id type_id
439 Socialistisk Folkeparti 1644 Liberal-left 82
440 Radicali 1296 Liberal-left 82
442 Australian Democrats 120 Liberal-left 82
784 Obcanské hnuti | Svobodní Demokraté 574 Liberal-left 82
871 Sanjska služba 2385 Liberal-left 82
922 Aotearoa Legalise Cannabis Party 2073 Liberal-left 82
1025 Métopo Evropaikís Realistikís Anypakoís 2742 Liberal-left 82

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.417ms · Data source: ParlGov · About: simonw/parlgov-datasette