ipumspy.api.IhgisDataset#

class ipumspy.api.IhgisDataset(name, data_tables, tabulation_geographies)[source]#

IPUMS dataset object to include in an AggregateDataExtract object.

Parameters:
  • name (str) – IPUMS dataset name

  • data_tables (List[str]) – IPUMS data tables to extract from this dataset

  • tabulation_geographies (List[str]) – Geographic level(s) at which to obtain data for this dataset

Attributes

name

IPUMS dataset name

data_tables

IPUMS data tables to extract from this dataset

tabulation_geographies

Geographic level(s) at which to obtain data for this dataset

Methods

__init__

build

Format dataset information for API Extract submission