show_table
Display specific rows and columns from data tables to explore datasets for analysis. Use this tool to view table contents with customizable parameters.
Instructions
Display rows from a table.
Args: name: Table name (air_quality, funding, city_info) rows: Number of rows to show (default: 10) columns: Optional list of columns to display
Returns: Formatted table data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| rows | No | ||
| columns | No |