data_median
Calculate median values for each column in a dataset. Use this tool to analyze and summarize numerical data efficiently. Input the file path to start processing.
Instructions
Median 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"
}