Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apply_replace? #100

Open
xiaodaigh opened this issue Jul 17, 2021 · 1 comment
Open

apply_replace? #100

xiaodaigh opened this issue Jul 17, 2021 · 1 comment

Comments

@xiaodaigh
Copy link

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

@NeroBlackstone
Copy link

Yes, this is a useful feature.
So we don't need to df[:,Not(a)] after apply_append.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants