A data.frame containing population estimates for all the Mexican states in 2015.

df_mxstate_2015

Format

An object of class data.frame with 32 rows and 13 columns.

Details

region

INEGI code of the state

state_name

short state name (e.g. Coahuila)

state_name_official

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

state_abbr

state abbreviation

state_abbr_official

official state abbreviation (it can be awkward to use Chis for Chiapas) according to the INEGI.

year

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

pop

total state population according to the Encuesta Intercensal 2015

pop_male

male population according to the Encuesta Intercensal 2015

pop_female

female population according to the Encuesta Intercensal 2015

afromexican

afromexican population according to the Encuesta Intercensal 2015

part_afromexican

part afromexican population according to the Encuesta Intercensal 2015

indigenous

indigenous population according to the Encuesta Intercensal 2015

part_indigenous

part indigenous population according to the Encuesta Intercensal 2015

References

Population estimates taken from the Encuesta Intercensal.

Examples

data("df_mxstate_2015")
head(df_mxstate_2015)
#>   region          state_name  state_name_official state_abbr
#> 1     01      Aguascalientes       Aguascalientes        AGS
#> 2     02     Baja California      Baja California         BC
#> 3     03 Baja California Sur  Baja California Sur        BCS
#> 4     04            Campeche             Campeche       CAMP
#> 5     05            Coahuila Coahuila de Zaragoza       COAH
#> 6     06              Colima               Colima        COL
#>   state_abbr_official year     pop pop_male pop_female afromexican
#> 1                Ags. 2015 1312544   640091     672453         653
#> 2                  BC 2015 3315766  1650341    1665425        7445
#> 3                 BCS 2015  712029   359137     352892       11032
#> 4               Camp. 2015  899931   441276     458655        3554
#> 5               Coah. 2015 2954915  1462612    1492303        2761
#> 6                Col. 2015  711235   350791     360444         762
#>   part_afromexican indigenous part_indigenous
#> 1             4559     153395           18716
#> 2            10432     283055           38391
#> 3             5132     103034           11728
#> 4             6833     400811           13140
#> 5             8137     204890           28588
#> 6             3314     145297           12373