Codes and Frequencies
Can't find the category you are looking for? Try the Detailed codes
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_5_mu : public Editor {
public:
Mig2_5_mu(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::mu2011a: {
if (MU2011A_0422() < 999 && MU2011A_0491() == 9999)
a = 480097097;
} break;
}
setData(a);
}
};
Description
MIG2_5_MU indicates the person's Municipal Ward/Village Council Area (MVCA) of residence 5 years ago within Mauritius. Migration MVCA codes from MIG2_5_MU are compatible with codes from GEO2_MU.
Click on the Source Variables tab for information on place of residence for each sample year. Source variables may contain more geographic unit detail but are not suitable for cross-temporal comparison.
Comparability — General
Where boundaries changed over time, units were harmonized to create units with boundaries that remain stable over time. Boundary changes for MIG2_5_MU are too numerous to list here, but users should be aware that there were changes over time. Where officially-defined MVCA's have populations less than 20,000, they have been regionalized (combined) with neighboring provinces.
For the country of residence of international migrants, see MIGCTRY5 (Country of residence 5 years ago).
Universe
- Mauritius 1990: Persons age 5+
- Mauritius 2000: Persons age 5+
- Mauritius 2011: Persons age 5+
Availability
- Mauritius: 1990, 2000, 2011

Loading...