data_max_horizontal
Calculate maximum values across columns for each row in your dataset using this preprocessing tool. Ideal for data aggregation and transformation tasks, ensuring efficient row-wise analysis.
Instructions
Maximum 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"
}