generate_dashboard
Create interactive HTML dashboards from CSV or Excel files. Analyzes data to generate charts, statistics, and insights in a self-contained file for visualization and exploration.
Instructions
Generate a beautiful, interactive HTML dashboard from a CSV or Excel file.
Analyzes the data and produces charts, statistics, correlations, insights, and a sortable data table — all in a single self-contained HTML file.
Use this tool when the user wants to visualize, explore, analyze, or create a dashboard from a CSV, TSV, XLS, or XLSX file.
Args: file_path: Absolute path to a CSV, TSV, XLS, or XLSX file. output_path: Where to save the HTML dashboard. Defaults to .html. open_browser: Whether to auto-open the dashboard in the browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| output_path | No | ||
| open_browser | No |