ipumspy.api.metadata.TimeSeriesTableMetadata#
- class ipumspy.api.metadata.TimeSeriesTableMetadata(collection, name)[source]#
Class to request and store metadata for an IPUMS time series table.
- Parameters:
Attributes
descriptionDescription of the time series table
geog_levelsDictionary containing names and descriptions for the geographic levels available for the time series table
geographic_instancesDictionary containing names and descriptions for all valid geographic extents available for any year in the time series table
geographic_integrationThe method by which the time series table aligns geographic units across time ("nominal" integration aligns units by name, disregarding changes in unit boundaries; "standardized" integration provides data from multiple times for a single census's geographic units)
sequenceOrder in which the time series table will appear in the metadata API and extracts
supported_collectionsCollections that support this metadata class
time_seriesDictionary containing names and descriptions for the individual time series available for the time series table
yearsDictionary containing information on the available data years for the time series table
collectionName of an IPUMS data collection
nameIPUMS time series table name
Methods