data_describe
Get dataset schema, exact row count, per-column statistics (nulls, distinct, min/max, mean, SD, top values), and 5 sample rows to understand table structure before querying.
Instructions
Schema, row_count, per-column profile (nulls %, distinct, min/max/mean/sd, top values) and 5 sample rows.
Before answering anything about a table, call this, then data_query:
never guess column names, types or row counts. row_count here is the
true size of the dataset. Sample rows are examples, not the data - do
not summarise the table from them; aggregate with data_query instead.
Keywords: describe this dataset, what columns, schema, how many rows, column types, summary of the table, describe este dataset, qué columnas, esquema, cuántas filas, tipos de columna, resumen de la tabla.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |