ipumspy.api.metadata.IhgisDataTableMetadata#
- class ipumspy.api.metadata.IhgisDataTableMetadata(name, collection='ihgis')[source]#
Class to request and store metadata for an IPUMS IHGIS data table
- Parameters:
name (
str) – Name of an IPUMS IHGIS data table
Attributes
collectionName of an IPUMS data collection
dataset_nameName of the dataset to which this data table belongs
footnotesExplanatory footnotes associated with the table
labelTitle of the data table
sequenceOrder in which the data table will appear in the metadata API and extracts
supported_collectionsCollections that support this metadata class
table_numNumber designating the table in the source publication
tabulation_geographiesTabulation geographies for which this table is available
universeStatistical population measured by this data table, including any restrictions on who or what was included
variablesDictionary containing variable descriptions and codes for the variables included in the data table
nameIPUMS data table name
Methods