get_data_summary
Quickly obtain column names, data types, row count, and sample values from a dataset resource without downloading the full file. Ideal for inspecting schema of large XLSX or CSV files.
Instructions
Quick schema summary of a resource's data without downloading the full file.
Returns column names, dtypes, row count, and sample values for the first few rows. Much faster than get_resource_data() for large XLSX/CSV files where you only need to know the schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes | Resource identifier from a dataset's resources list |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||