Eleições Municipais SP 2016 (Municipal Elections)
Votes by zones and sections
@kaggle.lgmoneda_eleicoes_municipais_2016_sp
Votes by zones and sections
@kaggle.lgmoneda_eleicoes_municipais_2016_sp
Dados retirados do site do TSE e enriquecidos com endereço e coordenadas.
Os votos estão por seções da cidade.
Os arquivos de zonas eleitorais de SP vieram do google groups thackday
There's a story behind every dataset and here's your opportunity to share yours.
What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too.
We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.
Your data will be in front of the world's largest data science community. What questions do you want to see answered?
CREATE TABLE sao_paulo (
"candidato" VARCHAR,
"numero_do_candidato" VARCHAR,
"votos" BIGINT,
"se_o" DOUBLE -- Seção,
"zona" DOUBLE,
"partido" VARCHAR,
"municipio" VARCHAR,
"nome_se_o" VARCHAR -- Nome Seção,
"endere_o" VARCHAR,
"coordenadas" VARCHAR,
"nome_da_zona" VARCHAR
);
Anyone who has the link will be able to view this.