Baselight

French National Assembly Open Data

All the data to analyse the french national assembly between 2017 and 2021

@kaggle.maxlutz09_french_national_assembly_open_data

Df Political Parties
@kaggle.maxlutz09_french_national_assembly_open_data.df_political_parties

  • 4.44 KB
  • 10 rows
  • 5 columns
code

Code

name

Name

abreviated_name

Abreviated Name

members

Members

color

Color

PO684926Parti communiste françaisPCF15tab:red
PO684932Parti socialistePS25tab:olive
PO684936Europe Écologie Les VertsEELV13tab:green
PO684938Mouvement DémocrateMODEM66tab:orange
PO710396Les RépublicainsREP104tab:blue
PO744856La France InsoumiseFI17tab:cyan
PO744858Régions et peuples solidairesRPS11tab:brown
PO744864Union des démocrates, radicaux et libérauxUDRL24tab:purple
PO746314Non déclaré(s)ND26tab:pink
PO761294La République en MarcheLAREM272tab:grey

CREATE TABLE df_political_parties (
  "code" VARCHAR,
  "name" VARCHAR,
  "abreviated_name" VARCHAR,
  "members" BIGINT,
  "color" VARCHAR
);

Share link

Anyone who has the link will be able to view this.