Data Cart

Your data extract

0 variables
0 samples
View Cart
MIG1_5_PY
Department of residence 5 years ago, Paraguay; consistent boundaries, GIS

Codes and Frequencies



Loading Frequency Data...

Can't find the category you are looking for? Try the Detailed codes

Explore how IPUMS created this variable

Download


      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);
  }
};