integrate
Calculates the area under a curve by integrating Y values with respect to X. Returns integrated area as JSON.
Instructions
Integrate Y over X (area under the curve).
Returns: JSON with the integrated area
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_book | Yes | ||
| data_sheet | Yes | ||
| x_col | Yes | ||
| y_col | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |