Codes
This variable is not available for any of the currently selected samples.
Explore how IPUMS created this variable
Most IPUMS data transformations are performed using variable harmonization tables that specify how each value in the source data is recoded. Some variables also require programming logic in addition to the harmonization table. The harmonization documents for this variable are:
- Harmonization table
- Supplemental programming
- Instructions for interpreting harmonization documents
class Mig2_1_it : public Editor {
public:
Mig2_1_it(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::it2014h:
case dataset_id::it2015h:
case dataset_id::it2016h:
case dataset_id::it2017h:
case dataset_id::it2018h:
case dataset_id::it2019h:
case dataset_id::it2020h: {
long provone = valueFromFirstAvailable(
{IT2014H_0734_ref, IT2015H_0734_ref, IT2016H_0734_ref,
IT2017H_0734_ref, IT2018H_0734_ref, IT2019H_0734_ref,
IT2020H_0734_ref});
long munione = valueFromFirstAvailable(
{IT2014H_0732_ref, IT2015H_0732_ref, IT2016H_0732_ref,
IT2017H_0732_ref, IT2018H_0732_ref, IT2019H_0732_ref,
IT2020H_0732_ref});
if (provone == 999 && munione == 4) {
a = 380097097;
}
if (provone == 999 && munione == 99) {
a = GEO2_IT(0);
}
} break;
}
setData(a);
}
};
Description
MIG2_1_IT indicates the person's province or metropolitan city of residence in Italy 1 year ago. Only persons who moved between municipalities have data.
Migration province codes in MIG2_1_IT are compatible with codes in GEO2_IT.
Comparability — General
Where boundaries changed over time, units were harmonized to create units with boundaries that remain stable over time. Boundary changes for MIG2_1_IT
are too numerous to list here, but users should be aware that there were changes over time.
There were several boundary changes in between provinces within the Sardegna region.
MIG2_1_IT is only available for the Italy labor force survey samples. The surveys provide information for all persons, even those younger than 1 year of age.
Universe
Availability
- Italy: 2014Q1, 2015Q1, 2016Q1, 2017Q1, 2018Q1, 2019Q1, 2020Q1

Loading...