Mexican 1990-2010 municipio population dataset
Source:R/data_1990_2010.R
df_mxmunicipio_1990_2010.Rd
A data.frame containing population estimates for all the Mexican municipios in 1990, 1995, 2000, 2005, and 2010
Details
- region
INEGI code of the state
- municipio_name
official name of each municipio
- year
2015, the year of the Conteo from which the data is sourced
- sex
Sex of the person
- pop
total municipio population
References
Population estimates taken from the INEGI Census Page
Examples
data("df_mxmunicipio_1990_2010")
head(df_mxmunicipio_1990_2010)
#> # A tibble: 6 × 5
#> region municipio_name year sex pop
#> <chr> <chr> <int> <chr> <int>
#> 1 01001 Aguascalientes 1990 Total 506274
#> 2 01001 Aguascalientes 1995 Total 582827
#> 3 01001 Aguascalientes 2000 Total 643419
#> 4 01001 Aguascalientes 2005 Total 723043
#> 5 01001 Aguascalientes 2010 Total 797010
#> 6 01001 Aguascalientes 1990 Male 245197