-
Notifications
You must be signed in to change notification settings - Fork 902
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] std does not compute when using rolling window #2757
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Python
Affects Python cuDF API.
Comments
raykallen
added
Needs Triage
Need team to review and classify
bug
Something isn't working
labels
Sep 8, 2019
kkraus14
added
Python
Affects Python cuDF API.
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
and removed
Needs Triage
Need team to review and classify
bug
Something isn't working
labels
Sep 16, 2019
This is still an issue as of the 0.14 release. |
@shwina kicking over to you since I think you're the most familiar with rolling. We should more gracefully error, here's the current stacktrace I get with the above:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Python
Affects Python cuDF API.
Describe the bug
cannot compute std over a rolling window in cuDF
NotImplementedError: <class 'cudf.dataframe.string.StringColumn'>
Steps/Code to reproduce bug
Expected behavior
returns standard deviation over the rolling window
Environment overview (please complete the following information)
Environment details
cudf version 0.9.0
The text was updated successfully, but these errors were encountered: