ipumspy.api.TimeSeriesTable#

class ipumspy.api.TimeSeriesTable(name, geog_levels, years=<factory>)[source]#

IPUMS time series table object to include in an AggregateDataExtract object.

Parameters:
  • name (str) – IPUMS time series table name

  • geog_levels (List[str]) – Geographic level(s) at which to obtain data for this time series table. Use ["*"] to select all years

  • years (Union[List[str], List[int], None]) – Years for which to obtain data for this time series table

Attributes

name

IPUMS time series table name

geog_levels

Geographic level(s) at which to obtain data for this time series table

years

Years for which to obtain data for this time series table

Methods

__init__

build

Format time series table information for API Extract submission