df_mxmunicipio: Mexican municipio dataset

df_mxmunicipioR Documentation

Mexican municipio dataset

Description

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

Usage

df_mxmunicipio

Format

An object of class data.frame with 2457 rows and 19 columns.

Details

state_code

INEGI code of each state

municipio_code

INEGI code of each municipio

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.

municipio_name

official name of each municipio

year

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

pop

total municipio 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

metro_area

metro area to which each municipio belongs

long

longitude of the localidad cabecera of each municipio

lat

latitude of the localidad cabecera of each municipio

References

Population estimates taken from the Encuesta Intercensal. The latitude and longitude of the localidad cabecera of each municipio come from the Catálogo de entidades federativas, municipios y localidades and the metro areas from the CONAPO

Examples

data("df_mxmunicipio")
head(df_mxmunicipio)

diegovalle/mxmaps documentation built on Sept. 22, 2023, 9:57 p.m.