Baselight

Brazil Election 2022

Data from Brazil Election TSE

@kaggle.unanimad_brazil_election_2022

Loading...
Loading...

About this Dataset

Brazil Election 2022

Dataset about Brazil Election 2022 with official files available on TSE transparency website and crawler the votes by: city, zone and section.

First race

:white_check_mark: Boletim de Urna (BU) - 470.942 files
:white_check_mark: CSV file merged

Tables

Boletim Urna 2022

@kaggle.unanimad_brazil_election_2022.boletim_urna_2022
  • 254.67 MB
  • 70115754 rows
  • 16 columns
Loading...

CREATE TABLE boletim_urna_2022 (
  "municipio" BIGINT,
  "zona" BIGINT,
  "local" BIGINT,
  "secao" BIGINT,
  "qtd_eleitores_biometrico" BIGINT,
  "qtd_eleitores_codigo" BIGINT,
  "id_eleicao" BIGINT,
  "qtd_eleitores_aptos" BIGINT,
  "tipo_cargo" VARCHAR,
  "codigo_cargo" VARCHAR,
  "qtd_comparecimento" BIGINT,
  "tipo_voto" VARCHAR,
  "qtd_votos" BIGINT,
  "partido" VARCHAR,
  "codigo_candidato" VARCHAR,
  "identificacao_votavel" VARCHAR
);

Municipios

@kaggle.unanimad_brazil_election_2022.municipios
  • 93.5 KB
  • 5570 rows
  • 3 columns
Loading...

CREATE TABLE municipios (
  "uf" VARCHAR,
  "codigo" BIGINT,
  "nome" VARCHAR
);

Share link

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