Skip to content

Dataset with census and electoral results for 2019 Argentine General Election

Notifications You must be signed in to change notification settings

pablocal/datalab_elec_arg19_census

Repository files navigation

Dataset: 2019 Argentine General Election

The resulting dataset is available in RDS (for R), xlsx (for excel) and csv formats:

  • arg_elec_censo_wide.RDS
  • arg_elec_censo_wide.csv
  • arg_elec_censo_wide.xlsx

This project aims to create a dataset combining census statistics and electoral results for the Province of Buenos Aires and the City of BA. These are the data sources combined:

  • 2010 census statistics
  • 2019 PASO presidential election
  • 2015 PASO presidential election
  • 2015 presidential election

Data is aggregated at “circuito”, the lowest level at which electoral results are available. In Argentina, census and electoral geography are independent so I had to create a lookup file for correspondences between census tracks and electoral “circuitos”. I did this by computing the area intersected between both sets of boundaries.

The dataset

The dataset contains relative estimates of some relevant census variables and electoral results. These are the variables (names are in Spanish):

Variable

Label

id_circuito_elec

ID electoral circuit

province

Argentine province

vi_*

Dwelling unit level variables

ho_*

Household level variables

per_*

Person level variables

paso19_*

2019 PASO election variables

paso15_*

2015 PASO election variables

pres15_*

2015 Presidential election variables

How it was built

A more comprehensive explanation is posted here.

About

Dataset with census and electoral results for 2019 Argentine General Election

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages