-
Notifications
You must be signed in to change notification settings - Fork 920
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
[BUG] 10 minutes to cuDF and dask-cuDF notebook references missing data #10614
Comments
This issue has been labeled |
This issue has been labeled |
Closes rapidsai#4665 Closes rapidsai#4946 Closes rapidsai#10614 Closes rapidsai#11931
This works when one has cloned the repository because in that case the file does exist (which is probably why we haven't noticed). I'll update the notebook to do the same as the other read/write options by writing first and then reading. |
Describe the bug
The
read_orc
section throw this error:FileNotFoundError: [Errno 2] No such file or directory: ['/rapids/cudf/python/cudf/cudf/tests/data/orc/TestOrcFile.test1.orc']
Steps/Code to reproduce bug
Runt the notebook.
Expected behavior
Notebook should run.
The text was updated successfully, but these errors were encountered: