describe_table
Get table column details including DuckDB types, nullability, null counts, and sample values to understand data structure and quality.
Instructions
Columns of a table with DuckDB type, nullability, null count and sample values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| name | Yes | ||
| source | Yes | ||
| columns | Yes | ||
| row_count | Yes |