data_quantile
Calculate quantile values for columns in a dataset using a specified interpolation method. Input a data file path and quantile value (0.0 to 1.0) to analyze data distribution effectively.
Instructions
Quantile values for each column
Input Schema
Name | Required | Description | Default |
---|---|---|---|
input_data_file_path | Yes | Path to the input data file | |
interpolation | No | Interpolation method | nearest |
quantile | Yes | Quantile between 0.0 and 1.0 |