data_max
Extract maximum values for each column in a dataset with MCP Data Wrangler to simplify data analysis and preprocessing tasks.
Instructions
Maximum 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"
}