ipumspy.api.metadata.IhgisDatasetMetadata#
- class ipumspy.api.metadata.IhgisDatasetMetadata(name, collection='ihgis')[source]#
Class to request and store metadata for an IPUMS IHGIS dataset
- Parameters:
name (
str) – Name of an IPUMS IHGIS dataset
Attributes
collectionName of an IPUMS data collection
countryTwo-character abbreviation of the country
country_labelName of the country
coverageIf available, an estimate of how complete the enumeration was
data_table_countNumber of data tables included in the dataset
data_tablesDictionary containing names, codes, and descriptions for the data tables available for the dataset
dataset_typeType of dataset (population, agricultural, or tabulated)
de_jure_de_factoWhether the census counted people who reside in the country (including those who were absent on the census day) [de jure], or people who were present in the country on the census day (including visitors) [de facto].
descriptionTitle of the census
dwelling_definitionDefinition used by the census of what constitutes a distinct dwelling unit
enumeration_formsType of enumeration forms used to collect information
enumeration_unitTypes of entities (e.g., population, households, etc.) counted in the census
fieldwork_periodTime period during which enumeration took place
fieldwork_typeMethods used for enumeration, such as face-to-face interviews or online forms
group_quarters_definitionDefinition used by the census of what constitutes group quarters
household_definitionDefinition used by the census of how people are grouped into households
reference_periodDate of record; people who were residents of or present in the country as of this date were counted.
sampleIf applicable, the proportion of the population included in the sample on which the data tables are based
sequenceOrder in which the dataset will appear
statistical_agencyName of the statistical agency that conducted the census
supported_collectionsCollections that support this metadata class
tabulation_geographiesDictionary containing names, codes, and descriptions for the tabulation geographies available for the dataset
universeDescription of the population that was included in the enumeration
yearYear the census was conducted
nameIPUMS IHGIS dataset name
Methods