This dataframe includes the classification of municipalities , from four regions: Molise, Campania, Apulia and Basilicata.
Only the first 10 columns are included;
some strings in field Municipality_description
including accents have been forced to ASCII.
The whole dataset can be retrieved with the command Get_InnerAreas()
.
For the definition of ISTAT inner areas class, see Get_InnerAreas
example_InnerAreas
## `example_InnerAreas` A data frame with 1074 rows and 10 columns:
Municipality_code
Character; the ISTAT LAU (municipality) ID.
Municipality_code_numeric
Numeric; the ISTAT LAU (municipality) ID in numeric format.
Cadastral_code
Character; a LAU - level ID code, different from the official ISTAT municipality code.
Region_code
Numeric; the region (NUTS-2 administrative level) ID
Region_description
Character; the region (NUTS-2 administrative level) name.
Province_code
Numeric; the NUTS-3 administrative code.
Province_initials
Character; abbreviated NUTS-3 denomination.
Province_description
Character; the province (NUTS-3 administrative level) denomination.
Municipality_description
Character; the municipality name.
Inner_area_code_2014_2020
Character; the ISTAT inner areas classification between 2014 and 2020.
Inner_area_description_2014_2020
Character; the description of the classes identified in the previous column
Inner_area_code_2021_2027
Character; the ISTAT inner areas classification between 2021 and 2027.
Inner_area_description_2021_2027
Character; the description of the classes identified in the previous column
Destination_municipality_code
Character; For non-central municipalities (classes C, D, E, F), the ID of the closest pole municipality according to the 2021-2027 classification
Destination_municipality_code
Character; The denomination of the municipalities in the previous column
Destination_pole_code
Character; An internal ID convention for the destination poles; it includes a letter
(the class of the destination pole, either A or B); a number of two digits (the region code of the destination pole) and the progressive number of poles within a region.
Get_InnerAreas