Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
colom
1964
|
colom
1973
|
colom
1985
|
colom
1993
|
colom
2005
|
---|---|---|---|---|---|---|
10 | Head town | X | X | X | X | X |
20 | Not head town | X | · | · | · | · |
21 | Population center | · | · | X | X | X |
22 | Administrative center | · | X | · | · | · |
23 | Small village | · | X | · | · | · |
24 | Dispersed population | · | · | X | X | X |
29 | Not head town, unspecified | · | X | · | · | · |
99 | Unknown | · | 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 Munhdco : public Editor {
public:
Munhdco(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::co1985a: {
if (CO1985A_0003(0) > 0 && CO1985A_0003(0) < 900)
a = 21;
if (CO1985A_0003(0) >= 900)
a = 24;
} break;
}
setData(a);
}
};
Description
MUNHDCO indicates the municipality head town in Colombia in which the household was enumerated. MUNHDCO is harmonized solely based on the names of the geographical unit. It does not take into account the changes that may have occurred in the political boundaries of the units.
The full set of geography variables for Colombia can be found in the IPUMS International Geography variables list. For cross-national geographic analysis on the first and second major administrative level refer to GEOLEV1 and GEOLEV2. More information on IPUMS-International geography can be found here.
Comparability — General
. The category for "head town" is fully comparable across years. However the detail for "not head town" varies among censuses:
- The 1964 sample does not provide further detail.
- The 1973 sample makes the distinction among "administrative centers" (inspeccion de policia), "small villages" (caserios), and "other."
- The 1985, 1993 and 2005 samples distinguish among "population centers" (centros poblados) and "dispersed population" or "dispersed rural"(poblacion dispersa o rural disperso). Different censuses use different definitions on what they consider as a "population center."
The geographic units referred to in MUNHDCO are the fully detailed municipalities of Colombia.
Universe
- All households
Availability
- Colombia: 1964, 1973, 1985, 1993, 2005
![](/international-action/assets/ajax-loader-3d0eaafca10b29dd00e7960a95712f89f62969536226e0216f90fb57705e7516.gif)
Loading...