Brazil 2020 Municipal Elections
Tabular dataset containing results for all mayor and councilor candidate voting
@kaggle.danlessa_brazil_2020_municipal_elections
Tabular dataset containing results for all mayor and councilor candidate voting
@kaggle.danlessa_brazil_2020_municipal_elections
CREATE TABLE clean_data (
"unnamed_0" BIGINT,
"uf" VARCHAR,
"type_id" BIGINT,
"codigo_tse" BIGINT,
"nome_municipio" VARCHAR,
"capital" BIGINT,
"codigo_ibge" BIGINT,
"job_count" BIGINT,
"elector_count" VARCHAR,
"elector_presence" BIGINT,
"absentees" BIGINT,
"nominal_votes" BIGINT,
"blank_votes" BIGINT,
"total_null_votes" BIGINT,
"null_votes" BIGINT,
"technical_null_votes" BIGINT,
"valid_votes" BIGINT,
"nulled_votes" BIGINT,
"judically_nulled_votes" BIGINT,
"vote_count" BIGINT,
"candidate_number" BIGINT,
"candidate_name" VARCHAR,
"candidate_coligation" VARCHAR,
"candidate_vice_name" VARCHAR,
"candidate_vote_destination" VARCHAR,
"candidate_vote_count" BIGINT,
"legend_votes" DOUBLE,
"job" VARCHAR,
"main_party" VARCHAR
);
Anyone who has the link will be able to view this.