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
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 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

Loading...