ipumspy.api.metadata.NhgisDataTableMetadata#
- class ipumspy.api.metadata.NhgisDataTableMetadata(name, dataset_name, collection='nhgis')[source]#
Class to request and store metadata for an IPUMS NHGIS data table
- Parameters:
Attributes
collectionName of an IPUMS data collection
descriptionDescription of the data table
nhgis_codeThe code identifying the data table in the extract (variables in the extract data will include column names prefixed with this code)
sequenceOrder in which the data table will appear in the metadata API and extracts
supported_collectionsCollections that support this metadata class
universeThe statistical population measured by this data table
variablesDictionary containing variable descriptions and codes for the variables included in the data table
nameIPUMS data table name
dataset_nameName of the dataset to which this data table belongs
Methods