data_mean
Calculate mean values for each column in a dataset using the input data file path. Simplify data analysis and preprocessing within the MCP Data Wrangler server for accurate descriptive statistics.
Instructions
Mean 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"
}