stata_get_data_schema
Retrieve the current Stata dataset schema, including structure, missing-value summaries, and sample preview, from a fresh schema text log for data inspection.
Instructions
使用独立且每次覆盖的 schema text log,读取当前 Stata 数据集结构、缺失摘要和样本预览并返回给调用端
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sample_rows | No | 样本预览行数,默认 20 | |
| include_sample | No | 是否包含样本预览,默认 true | |
| include_missing | No | 是否包含缺失值摘要,默认 true | |
| include_codebook | No | 是否包含 codebook, compact,默认 true |