ipumspy.ddi.FileDescription#
- class ipumspy.ddi.FileDescription(filename, description, structure, rectypes, rectype_idvar, rectype_keyvar, encoding, format, place)[source]#
In the IPUMS DDI, the file has its own particular description. Extract that from the XML.
Attributes
filenameIPUMS extract ddi file name
descriptionIPUMS ddi file description
structureIPUMS extract data file structure.
rectypesRecord types included in the IPUMS extract.
rectype_idvarThe variable that identifies record types.
rectype_keyvarThe variable that uniquely identifies records across record types.
encodingIPUMS file encoding scheme
formatIPUMS extract data file format
placeIPUMS physical address
Methods