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 Bplsn : public Editor {
public:
Bplsn(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::sn1988a: {
if (SN1988A_0428() == 0)
a = GEO2B_SN(0);
} break;
}
setData(a);
}
};
Description
BPLSN indicates the person's department of birth within Senegal.
Comparability — General
BPLSN is harmonized by name, and does not take into account boundary changes across time.
For the country of birth of foreign-born persons, see BPLCOUNTRY.
Universe
- All persons
Availability
- Senegal: 1988, 2002, 2013

Loading...