← all blocks
feature-transform · v1.0.0

Z-Score

Standardize a numeric column: (x − mean) / std. Adds <col>_z to the frame.

Contract

Input:
Frame
Output:
Frame
Determinism:
pure
Side effects:
none
Leakage window:
0s

Params (live form)

JSON
{}
Try in builder