← all blocks
feature-transform · v1.0.0

One-Hot Encode

Expand a categorical column into k binary indicator columns named <col>__<level>.

Contract

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

Params (live form)

JSON
{}
Try in builder