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

Handle executor transform case when parent node provides no new columns #226

Merged

Conversation

oliverholworthy
Copy link
Member

@oliverholworthy oliverholworthy commented Feb 22, 2023

Handle executor transform case when parent node provides no new columns.

This is to avoid calling concat_columns with an empty dataframe of a different length that causes unexpected dtype coercion with pandas.

Fixes: NVIDIA-Merlin/NVTabular#1767

@oliverholworthy oliverholworthy added the bug Something isn't working label Feb 22, 2023
@oliverholworthy oliverholworthy added this to the Merlin 23.02 milestone Feb 22, 2023
@oliverholworthy oliverholworthy self-assigned this Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Filter followed by Groupby throws TypeError for categorical column
2 participants