home / parlgov

Menu
  • Search all tables
  • GraphQL API

party_family

Table actions
  • GraphQL API for party_family

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

8 rows where type_id = 8

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ party_id type_id
77 Alternativa Sociale Mussolini 323 Fascist 8
79 Movimento Sociale Italiano 831 Fascist 8
397 Laikos Syndesmos – Chrysi Avg 2092 Fascist 8
883 Nasjonal Samling 2414 Fascist 8
889 Nationaal-Socialistische Beweging in Nederland 2463 Fascist 8
891 Danmarks Nationalsocialistiske Arbejderparti 2432 Fascist 8
965 Nationalsozialistische Arbeiterpartei 2684 Fascist 8
969 Nationalsozialistische Deutsche Arbeiterpartei 2695 Fascist 8

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