load_data
Ingest CSV or JSON data from strings or URLs to prepare for analysis. Returns a data identifier and schema summary for use in cleaning, visualization, and modeling tools.
Instructions
Ingest data from CSV or JSON (inline string or URL). Returns data_id and schema summary.
Use the returned data_id in subsequent tools (clean_data, plot_*, train_*, etc.).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| format | No | csv | |
| session_id | No | default | |
| delimiter | No |