election
Data source: ParlGov · About: simonw/parlgov-datasette
1 row where "date" is on date 1946-11-10
This data as json, CSV (advanced)
Suggested facets: date (date)
Link | rowid ▼ | id | type_id | country_id | date | first_round_election_id | early | wikipedia | seats_total | electorate | votes_cast | votes_valid | data_source | description | comment | previous_parliament_election_id | previous_ep_election_id | previous_cabinet_id | old_countryID | old_parlID |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
65 | 65 | 75 | 13 | France 43 | 1946-11-10 | 1 | http://en.wikipedia.org/wiki/French_legislative_election,_November_1946 | 544 | 25052523 | 19565743 | 19203071 | mackie | New election on 10 November 1946 for second constituent assembly. Seats total excludes 75 seats from overseas territories. | 348 348 | Bidault I 150 | 250 | 19461 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE election("id", "type_id", "country_id", "date", "first_round_election_id", "early", "wikipedia", "seats_total", "electorate", "votes_cast", "votes_valid", "data_source", "description", "comment", "previous_parliament_election_id", "previous_ep_election_id", "previous_cabinet_id", "old_countryID", "old_parlID", FOREIGN KEY([country_id]) REFERENCES [country]([id]), FOREIGN KEY([previous_cabinet_id]) REFERENCES [cabinet]([id]), FOREIGN KEY([previous_parliament_election_id]) REFERENCES [election]([id]), FOREIGN KEY([previous_ep_election_id]) REFERENCES [election]([id]) );