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 Bplnp : public Editor {
public:
Bplnp(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::np2001a: {
if (NP2001A_0411() == 99 && NP2001A_0410() == 1)
a = NP2001A_0021(0);
if (NP2001A_0411() == 99 && NP2001A_0410() == 3)
a = 97;
} break;
}
setData(a);
}
};
Description
BPLNP indicates the person's district of birth within Nepal.
Comparability — General
There are no comparability issues.
For the country of birth of foreign-born persons, see BPLCOUNTRY.
Universe
- Nepal 2001: All persons
- Nepal 2011: All persons
Availability
- Nepal: 2001, 2011

Loading...