ipumspy.api.metadata.NhgisDatasetMetadata#
- class ipumspy.api.metadata.NhgisDatasetMetadata(name, collection='nhgis')[source]#
Class to request and store metadata for an IPUMS NHGIS dataset
- Parameters:
name (
str) – Name of an IPUMS NHGIS dataset
Attributes
breakdownsDictionary containing names, types, descriptions, and breakdown values for all breakdowns available for the dataset
collectionName of an IPUMS data collection
data_tablesDictionary containing names, codes, and descriptions for all data tables available for the dataset
descriptionDescription of the dataset from IPUMS
geog_levelsDictionary containing names, descriptions, and extent information for the geographic levels available for the dataset
geographic_instancesDictionary containing names and descriptions for the geographic extents available for the dataset, if any
groupGroup of datasets to which the dataset belongs
has_multiple_data_typesLogical indicating whether multiple data types exist for the dataset (e.g., estimates and margins of error)
nhgis_idID used in IPUMS files to reference the dataset
sequenceOrder in which the dataset will appear in the metadata API and extracts
supported_collectionsCollections that support this metadata class
nameIPUMS dataset name
Methods