stats_stats_normalize
Normalize statistical data using min-max scaling (0 to 1) or z-score standardization (mean 0, std 1) to prepare datasets for analysis.
Instructions
[stats] Normalize values. method: minmax (0..1) or zscore (mean=0, std=1).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| method | No |