-
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
Decimal support csv reader #8511
Decimal support csv reader #8511
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8511 +/- ##
===============================================
Coverage ? 83.00%
===============================================
Files ? 109
Lines ? 18215
Branches ? 0
===============================================
Hits ? 15119
Misses ? 3096
Partials ? 0 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for the most part, a few suggestions/questions:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with deprecating old API. Review only suggestions.
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
Co-authored-by: David Wendt <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only really reviewed the strings changes. The rest of it looks good to me.
@gpucibot merge |
This PR adds support for decimal types in libcudf.
Specifically, the PR:
std::vector<data_type>
(partially addresses [FEA] CSV and JSON readers: Pass column data types as objects instead of strings #8240)