home / parlgov

Menu
  • Search all tables
  • GraphQL API

party_family

Table actions
  • GraphQL API for party_family

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

9 rows where type_id = 98

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ party_id type_id
102 divers droite 285 other (family) 98
384 divers gauche 177 other (family) 98
386 extrême droite 2079 other (family) 98
388 extrême gauche 2083 other (family) 98
700 divers ecologistes 2249 other (family) 98
924 Sarajevolistan 1806 other (family) 98
925 Outdoor Recreation New Zealand 2074 other (family) 98
1084 Stranka antikorupcije, razvoja i transparentnost 2771 other (family) 98
1094 Reichspartei für Volksrecht und Aufwertung 2710 other (family) 98

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