-
Notifications
You must be signed in to change notification settings - Fork 143
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
[REA] How to remove tags? #1855
Comments
@jperez999 @radekosmulski @rnyak Since we have operators that add tags, operators that remove them also seem like something we should have. This may also represent a case where one of the operators ( |
@karlhigley agreed this can be a useful feature, let's sync. |
@AresDan may be as a workaround you can do something like that:
|
This is what I tried to do as well and it worked. However, when I want to filter items in item-id-list to take only elements of length 2 or more, I somehow need to filter item-id-last as well, and I can't do that, as the length of this feature is 1. And if I don't do any filtering on item-id-last, then when I join item-id-list and item-id-last they end up having different shape and Nan values appear in the final table |
Hello,
I would like to ask how can I remove tags from schema while building a preprocessing using NVTabular? I want to extract the last element from the list that was sliced, however, tag LIST is dragged along and I couldn't find any function which would remove it.
Thank you in advance.
The text was updated successfully, but these errors were encountered: