get_data_info
Retrieve descriptive statistics and preview data from Stata, CSV, or Excel files. Understand dataset structure with variable details and optional head rows.
Instructions
Get descriptive statistics and a data preview for a data file (dta, csv, xlsx). Returns overview, variable details, and optional head rows filtered by requested variables. Use when you need to understand a dataset or have no prior knowledge of the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_path | Yes | ||
| vars_list | No | ||
| encoding | No | utf-8 | |
| head | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |