Describe dataset
describe_datasetInspect a dataset by path to get every variable’s definition, data type, coded-value format, and filter status, along with years covered, source description, and equivalent R/Stata code.
Instructions
Inspect one dataset: every variable with its definition, data type, coded-value format, and whether it is filterable. Also returns the years covered, the source description, and equivalent R/Stata code.
This is where the [FILTER] marks come from — filtering on anything else returns UNFILTERED data rather than an error.
Args: path: Dataset path, template or filled in — both resolve to the same dataset: "schools/ccd/enrollment/{year}/{grade}/race/" or "schools/ccd/enrollment/2022/grade-99/race/" filterable_only: Show only the variables usable as filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| filterable_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |