external_party_chess
Data source: ParlGov · About: simonw/parlgov-datasette
2 rows where country = 25 and name_english = "Social Democratic Party of Lithuania"
This data as json, CSV (advanced)
id ▼ | country | name_short | name | name_english |
---|---|---|---|---|
2501 | 25 | LSDP | Lietuvos socialdemokratų partija | Social Democratic Party of Lithuania |
2517 | 25 | TPP | Tautos prisikelimo partija | Social Democratic Party of Lithuania |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "external_party_chess" ( "id" integer unsigned NOT NULL PRIMARY KEY, "country" integer unsigned NOT NULL, "name_short" varchar(10) NOT NULL, "name" varchar(100) NOT NULL, "name_english" varchar(100) NOT NULL ); CREATE INDEX "external_party_chess_a9e7aee" ON "external_party_chess" ("country");