A data.frame containing population estimates for all the Mexican states in 1990, 1995, 2000, 2005, and 2010

df_mxstate_1990_2010

Format

An object of class tbl_df (inherits from tbl, data.frame) with 480 rows and 5 columns.

Details

region

INEGI code of the state

state_name_official

Official state name (e.g. Coahuila de Zaragoza)

year

2015, the year of the Conteo from which the data is sourced

sex

Sex of the person

pop

total state population

References

Population estimates taken from the INEGI Census Page.

Examples

data("df_mxstate_1990_2010")
head(df_mxstate_1990_2010)
#> # A tibble: 6 × 5
#>   region state_name_official  year sex       pop
#>   <chr>  <chr>               <int> <chr>   <int>
#> 1 01     Aguascalientes       1990 Total  719659
#> 2 01     Aguascalientes       1995 Total  862720
#> 3 01     Aguascalientes       2000 Total  944285
#> 4 01     Aguascalientes       2005 Total 1065416
#> 5 01     Aguascalientes       2010 Total 1184996
#> 6 01     Aguascalientes       1990 Male   350218