Inspect POF Dictionary Manifest
ibge_microdata_pof_manifestParse a POF Excel variable dictionary to identify record sheets, mapped data entries, record lengths, and variable layouts for selecting variables in IBGE microdata analysis.
Instructions
Parse the POF Excel variable dictionary and return record sheets, mapped TXT data entries, record lengths, and variable layouts.
Use this after downloading/extracting the POF documentation ZIP to understand which POF record to convert and which variables to select.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Optional case-insensitive search over POF variable names and descriptions. | |
| dataZipPath | No | Optional local path to a POF Dados ZIP. If provided, dictionary records are matched against real ZIP entries. | |
| variableLimit | No | Maximum variables to return per record. Defaults to 50 and is capped at 1000. | |
| dictionaryPath | Yes | Local path to the POF Excel dictionary workbook, usually Dicionários de váriaveis.xls. |