Data Cart

Your data extract

0 variables
0 samples
View Cart

Codes and Frequencies



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

Explore how IPUMS created this variable

Download


      class Bplth : public Editor {

public:
  Bplth(VarPointer varInfo) : Editor(varInfo) {}
  void edit() {

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::th1990a: {
      if (TH1990A_0415() == 78)
        a = GEO1B_TH(0);
    } break;
    case dataset_id::th2000a: {
      if (TH2000A_0424() == 78)
        a = TH2000A_0021(0);
    } break;
    }

    setData(a);
  }
};

    

Description

BPLTH indicates the person's province of birth within Thailand.

Comparability — General

This variable is comparable across time.

For the country of birth of foreign-born persons, see BPLCOUNTRY.

Universe

  • All persons

Availability

  • Thailand: 1970, 1980, 1990, 2000