data_var
Calculate variance values for each column in a dataset using the specified Delta Degrees of Freedom (ddof). Ideal for data preprocessing and descriptive statistics tasks on the MCP Data Wrangler server.
Instructions
Variance values for each column
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ddof | No | Delta Degrees of Freedom: the divisor used in the calculation is N - ddof | |
input_data_file_path | Yes | Path to the input data file |