Cepesp-Fgv / cepesp-r

43 stars 9 forks source link

Missing Elections in 2000 Local Elections in Acre #66

Open guirusso opened 5 years ago

guirusso commented 5 years ago

Existem 22 municípios no Acre, mas o get_elections e get_votes só indicam eleições em 3.

`df<-as.data.frame( get_elections(year=2000, position="Councillor", regional_aggregation="Municipality", political_aggregation="Candidate", state="AC"))

table(df$SIGLA_UE) ` Em 2004, o número está correto.