-
Notifications
You must be signed in to change notification settings - Fork 416
Allow to provide custom column name for transformed feature #83
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
Comments
Hi @ragrawal . Can you post the code you are using? You can always change afterwards the name of the output columns to the ones you want. |
Sorry, didn't really read the title of the issue. What do you think about an API like:
Meaning that the result of applying This is probably quite easy to do by passing the chosen names to the |
submitted a pull request related to this: #91 |
Fixed in #92. |
I have a datetime values in a column, "submitted_at", and I am trying to construct two features out of it, namely: day of week and hour of day. However the output dataframe contains "submitted_at" twice. Once for day of week feature and another for hour of day feature.
The text was updated successfully, but these errors were encountered: