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 Bplmx : public Editor {
public:
Bplmx(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::mx1970a: {
if (MX1970A_0403() == 0)
a = MX1970A_0001(0);
} break;
}
setData(a);
}
};
Description
BPLMX indicates the person's state of birth (Entidad Federativa) within Mexico.
Comparability — General
BPLMX is fully comparable across the Mexican samples.
For the country of birth of foreign-born persons, see BPLCOUNTRY.
Universe
- Mexico 1960: All persons
- Mexico 1970: All persons
- Mexico 1990: All persons
- Mexico 1995: All persons
- Mexico 2000: All persons
- Mexico 2010: All persons
- Mexico 2015: All persons
- Mexico 2020: All persons
Availability
- Mexico: 1960, 1970, 1990, 1995, 2000, 2005Q1, 2005Q2, 2005Q3, 2005Q4, 2006Q1, 2006Q2, 2006Q3, 2006Q4, 2007Q1, 2007Q2, 2007Q3, 2007Q4, 2008Q1, 2008Q2, 2008Q3, 2008Q4, 2009Q1, 2009Q2, 2009Q3, 2009Q4, 2010, 2010Q1, 2010Q2, 2010Q3, 2010Q4, 2011Q1, 2011Q2, 2011Q3, 2011Q4, 2012Q1, 2012Q2, 2012Q3, 2012Q4, 2013Q1, 2013Q2, 2013Q3, 2013Q4, 2014Q1, 2014Q2, 2014Q3, 2014Q4, 2015, 2015Q1, 2015Q2, 2015Q3, 2015Q4, 2016Q1, 2016Q2, 2016Q3, 2016Q4, 2017Q1, 2017Q2, 2017Q3, 2017Q4, 2018Q1, 2018Q2, 2018Q3, 2018Q4, 2019Q1, 2019Q2, 2019Q3, 2019Q4, 2020, 2020Q1, 2020Q3

Loading...