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
All the data to analyse the french national assembly between 2017 and 2021
@kaggle.maxlutz09_french_national_assembly_open_data
CREATE TABLE df_deputies (
"code" VARCHAR,
"sex" VARCHAR,
"family_name" VARCHAR,
"first_name" VARCHAR,
"date_of_birth" TIMESTAMP,
"activity" VARCHAR,
"pol_party" VARCHAR,
"dep" VARCHAR,
"num_dep" VARCHAR,
"circo" BIGINT
);
Anyone who has the link will be able to view this.