data_min_horizontal
Calculate minimum values across columns for each row in a dataset. Specify the input file path to process data and generate row-wise minimums using MCP Data Wrangler.
Instructions
Minimum values across columns for each row
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"
}