data_std
Calculate standard deviation for each column in a dataset using a specified degrees of freedom parameter. Input requires a data file path for analysis. Part of MCP Data Wrangler for data preprocessing and statistics.
Instructions
Standard deviation 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 |