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
df_mxmunicipio_1990_2010
An object of class tbl_df
(inherits from tbl
, data.frame
) with 36855 rows and 5 columns.
INEGI code of the state
official name of each municipio
2015, the year of the Conteo from which the data is sourced
Sex of the person
total municipio population
Population estimates taken from the INEGI Census Page
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