home / parlgov

Menu
  • Search all tables
  • GraphQL API

party_family

Table actions
  • GraphQL API for party_family

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

5 rows where type_id = 14

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ party_id type_id
587 Bloque Nacionalista Galego 520 Communist/Socialist 14
612 Iniciativa Internacionalista – La Solidaridad entre los Pueblos 681 Communist/Socialist 14
648 Krščanski socialisti 2241 Communist/Socialist 14
708 Tripartisme – Troisième force 2279 Communist/Socialist 14
904 Euskal Herria Bildu 2603 Communist/Socialist 14

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