-
Notifications
You must be signed in to change notification settings - Fork 924
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
unexpected results from aggregation query #848
Comments
I'd guess that this is a CSV reader issue, have you checked the pandas dataframe matches the cudf dataframe after the |
@kkraus14 possible, but from what I was able to check it looks fine.
|
This doesn't look like a CSV reader issue. I'm removing the cuIO label but let me know if someone from cuIO team needs to take a look. |
This seems to be resolved in 0.6.1 and 0.7 . Reproduction Gist: |
Closing per @VibhuJawa's tests. @jangorecki please re-open if there's still a problem for you. |
Sorry for lack of minimal reproducible example but issues like that are quite time consuming to track down. To produce data use R:
On
G1_1e7_1e2_0_0.csv
generated from that script pandas returns the followingwhile cudf 0.5 from pip returns the following
Already shape of answer doesn't match. There are no NA/NaN in that data.
The text was updated successfully, but these errors were encountered: