data_min
Identify minimum values for each column in a dataset using the MCP Data Wrangler server. Analyze data by providing the input file path for streamlined preprocessing and descriptive statistics.
Instructions
Minimum 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"
}