Codes and Frequencies
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 Bples : public Editor {
public:
Bples(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::es1981a: {
if (ES1981A_0405() == 60 || ES1981A_0405() == 70)
a = ES1981A_0016(0);
} break;
case dataset_id::es1991a: {
if (ES1991A_0417() == 0 && ES1991A_0018(0) <= 50)
a = ES1991A_0018(0);
if (ES1991A_0417() == 0 &&
(ES1991A_0018(0) == 51 || ES1991A_0018(0) == 52))
a = 53;
} break;
}
setData(a);
}
};
Description
BPLES indicates the province in Spain in which the person was born.
Comparability — General
The variable is generally comparable across Spanish samples.
In 1991, persons born in Ceuta, Melilla and other Spanish territories are reported in a single category. In the other samples, Ceuta and Melilla are reported separately for all persons, and other territories are not identified.
Universe
- All persons
Availability
- Spain: 1981, 1991, 2001, 2005Q1, 2005Q2, 2005Q3, 2005Q4, 2006Q1, 2006Q2, 2006Q3, 2006Q4, 2007Q1, 2007Q2, 2007Q3, 2007Q4, 2008Q1, 2008Q2, 2008Q3, 2008Q4, 2009Q1, 2009Q2, 2009Q3, 2009Q4, 2010Q1, 2010Q2, 2010Q3, 2010Q4, 2011, 2011Q1, 2011Q2, 2011Q3, 2011Q4, 2012Q1, 2012Q2, 2012Q3, 2012Q4, 2013Q1, 2013Q2, 2013Q3, 2013Q4, 2014Q1, 2014Q2, 2014Q3, 2014Q4, 2015Q1, 2015Q2, 2015Q3, 2015Q4, 2016Q1, 2016Q2, 2016Q3, 2016Q4, 2017Q1, 2017Q2, 2017Q3, 2017Q4, 2018Q1, 2018Q2, 2018Q3, 2018Q4, 2019Q1, 2019Q2, 2019Q3, 2019Q4, 2020Q1, 2020Q2, 2020Q3, 2020Q4

Loading...