differentiate
Calculate the derivative dY/dX from specified columns and output to a new column. Solves the need for numerical differentiation in data analysis.
Instructions
Compute the derivative dY/dX into a new column.
Returns: Success message naming the new derivative column
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 |