Describe Named Local IBGE Parquet Views
ibge_microdata_describe_parquet_viewsInspect local Parquet files as DuckDB views to reveal column names, data types, row counts, and sample rows before writing join queries on IBGE microdata.
Instructions
Inspect local Parquet files as named DuckDB views and return columns, DuckDB types, optional row counts, and optional sample rows.
Use this before writing join queries over POF or other relational microdata records so the agent can see actual column names and types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| views | Yes | Named local Parquet views to inspect. | |
| sampleRows | No | Number of sample rows to return per view. Defaults to 0 and is capped at 100. | |
| includeRowCounts | No | Whether to count rows in each view. Defaults to false. |