save_data
Store datasets in named tables for future visualization tasks. Specify the table name and data to save, enabling later use in generating visualizations.
Instructions
A tool which allows you to save data to a named table for later use in visualizations. When to use this tool:
- Use this tool when you have data that you want to visualize later. How to use this tool:
- Provide the name of the table to save the data to (for later reference) and the data itself.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | The data to save | |
name | Yes | The name of the table to save the data to |