This dataset, pollution_zones_df, is a data frame containing the municipios (counties) that compose the five geographic zones into which Mexico City was divided for the purpose of disseminating information about the IMECA (Índice Metropolitano de la Calidad del Aire).
data(pollution_zones_df)
A data frame with 36 observations and 6 variables:
Geographic region (character)
State code (character)
State abbreviation (character)
Municipality code (character)
Municipality name (character)
Air quality zone designation (character)
The dataset name has been kept as pollution_zones_df to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the MexicoDataAPI package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.