Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
roman
1977
|
roman
1992
|
roman
2002
|
roman
2011
|
---|---|---|---|---|---|
01 | Alba | X | X | X | X |
02 | Arad | X | X | X | X |
03 | Arges | X | X | X | X |
04 | Bacau | X | X | X | X |
05 | Bihor | X | X | X | X |
06 | Bistrita Nasaud | X | X | X | X |
07 | Botosani | X | X | X | X |
08 | Brasov | X | X | X | X |
09 | Braila | X | X | X | X |
10 | Buzau | X | X | X | X |
11 | Caras Severin | X | X | X | X |
12 | Cluj | X | X | X | X |
13 | Constanta | X | X | X | X |
14 | Covasna | X | X | X | X |
15 | Dimbovita | X | X | X | X |
16 | Dolj | X | X | X | X |
17 | Galati | X | X | X | X |
18 | Gorj | X | X | X | X |
19 | Harghita | X | X | X | X |
20 | Hunedoara | X | X | X | X |
21 | Ialomita | X | X | X | X |
22 | Iasi | X | X | X | X |
23 | Ilfov | X | X | X | X |
24 | Maramures | X | X | X | X |
25 | Mehedinti | X | X | X | X |
Code | Label |
roman
1977
|
roman
1992
|
roman
2002
|
roman
2011
|
26 | Mures | X | X | X | X |
27 | Neamt | X | X | X | X |
28 | Olt | X | X | X | X |
29 | Prahova | X | X | X | X |
30 | Satu Mare | X | X | X | X |
31 | Salaj | X | X | X | X |
32 | Sibiu | X | X | X | X |
33 | Suceava | X | X | X | X |
34 | Teleorman | X | X | X | X |
35 | Timis | X | X | X | X |
36 | Tulcea | X | X | X | X |
37 | Vaslui | X | X | X | X |
38 | Valcea | X | X | X | X |
39 | Vrancea | X | X | X | X |
40 | Bucharest municipality | X | X | · | X |
41 | Bucharest | · | · | X | · |
42 | Bucharest: Sector 1 | · | · | X | · |
43 | Bucharest: Sector 2 | · | · | X | · |
44 | Bucharest: Sector 3 | · | · | X | · |
45 | Bucharest: Sector 4 | · | · | X | · |
46 | Bucharest: Sector 5 | · | · | X | · |
47 | Bucharest: Sector 6 | · | · | X | · |
51 | Calarasi | · | X | X | X |
52 | Giurgiu | · | X | X | X |
97 | Foreign country | X | X | X | X |
Code | Label |
roman
1977
|
roman
1992
|
roman
2002
|
roman
2011
|
99 | Unknown | X | X | X | · |
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 Bplro : public Editor {
public:
Bplro(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::ro1977a: {
if (RO1977A_0402() == 44)
a = RO1977A_0018(0);
} break;
case dataset_id::ro1992a: {
if (RO1992A_0416() == 0 && RO1992A_0017(0) <= 40)
a = RO1992A_0017(0);
if (RO1992A_0416() == 0 && RO1992A_0017(0) >= 41)
a = 40;
} break;
case dataset_id::ro2002a: {
if (RO2002A_0413() == 90)
a = RO2002A_0018(0);
} break;
}
setData(a);
}
};
Description
BPLRO indicates the county in Romania in which the person was born.
Comparability — General
The variable is comparable across Romanian samples aside from boundary changes that may have occurred. In particular, there is some change in geography around Bucharest. Calarasi and Giurgiu counties are not identified in 1977. Ilfov is not identified in the 1992 sample, and is presumably combined with Bucharest.
The 2002 sample provides more detail within the Bucharest municipality; the units can be combined to make them compatible with the earlier samples.
Universe
- Romania 1977: All persons
- Romania 1992: All persons
- Romania 2002: All persons
- Romania 2011: All persons
Availability
- Romania: 1977, 1992, 2002, 2011

Loading...