stata_data_rows
Retrieve the first N rows of the current dataset as a structured array, enabling direct data inspection.
Instructions
返回当前数据集前 N 行(结构化二维数组),供 agent 直接查看数据。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | 要读的行数(1-50,默认 10)。 | |
| session_id | No | 会话标识;省略用 'default'。 |