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_votes (
"scrutin" VARCHAR,
"deputy_code" VARCHAR,
"pour" BIGINT,
"contre" BIGINT,
"non_votants" BIGINT,
"abstentions" BIGINT,
"cause" VARCHAR,
"par_delegation" BIGINT
);
Anyone who has the link will be able to view this.