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

fix: IndexError with columns full of NaNs #1869

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lecardozo
Copy link

Closes #1865

The error reported there was caused by an indexing on an empty series. To work around that, we are adding a pre-condition to check whether the series after dropna() is empty, so we don't try to check its first element.

@copy-pr-bot
Copy link

copy-pr-bot bot commented Oct 18, 2023

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@rnyak rnyak requested a review from jperez999 October 19, 2023 16:29
@jperez999
Copy link
Contributor

/ok to test

@jperez999
Copy link
Contributor

tests are running via an internal PR here #1870

@lecardozo
Copy link
Author

lecardozo commented Nov 7, 2023

@jperez999 checked the GPU CI workflow and it seems like it was canceled externally (maybe it reached a timeout?). Let me know if there's anything I should/need to do to solve that :)

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

Successfully merging this pull request may close these issues.

Index error with Categorify on transform step for columns with 100% NaNs
2 participants