data_product
Extract product values for each column in a dataset. Uses the MCP Data Wrangler server to process and analyze data, enabling structured data transformation and preprocessing tasks.
Instructions
Product values for each column
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_data_file_path | No | Path to the input data file |
Input Schema (JSON Schema)
{
"properties": {
"input_data_file_path": {
"description": "Path to the input data file",
"type": "string"
}
},
"type": "object"
}