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 Mig1_5_py : public Editor {
public:
Mig1_5_py(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::py1972a: {
if (PY1972A_0414() == 97 && PY1972A_0022(0) >= 0 && PY1972A_0022(0) <= 16)
a = GEO1_PY(0);
} break;
}
setData(a);
}
};
Description
MIG1_5_PY indicates the person's department of residence 5 years ago in Paraguay.
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 according to the Atlas Censal del Paraguay, Dirección General De EstadistÃca, Encuestas Y Censos:
- Change in boundaries between Misiones and Ãeembucú
- Change in boundaries between Guairá, Caazapá, and ParaguarÃ
- Change in boundaries between Caaguazú, Alto Paraná, and Canindeyú. Canindeyú created in the 1982 census
- Change in boundaries between Presidente Hayes, Boqueron, and Alto Paraguay
- The two departments Chaco and Nueva Asunción existed only in the 1982 census
Universe
- Paraguay 1972: Persons age 5+
- Paraguay 1982: Persons age 5+
- Paraguay 1992: Persons age 5+
- Paraguay 2002: Persons age 5+
Availability
- Paraguay: 1972, 1982, 1992, 2002

Loading...