data_shape
Analyze and extract the structure and format of input data files to understand key characteristics for preprocessing and transformation tasks.
Instructions
Data shape of the input data
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"
}