If I want to apply a transform and replace the old columns? E.g. `ft.apply_replace(df, ohe, cols=[:a])` will replace the column `:a` with the values from the transform
If I want to apply a transform and replace the old columns?
E.g.
ft.apply_replace(df, ohe, cols=[:a])will replace the column:awith the values from the transform