-
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
Add decimal column comparison operations #7716
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7716 +/- ##
===============================================
+ Coverage 81.86% 82.67% +0.80%
===============================================
Files 101 103 +2
Lines 16884 17563 +679
===============================================
+ Hits 13822 14520 +698
+ Misses 3062 3043 -19
Continue to review full report at Codecov.
|
@gpucibot merge |
Closes #7498
This PR adds binary comparison
eq
,lt
,gt
,le
,ge
todecimal.Decimal
and decimalcudf.Scalar
)cudf.utils.dtypes.INTEGER_TYPES
)Other minor adds:
cudf.DecimalColumn
andcudf.Scalar
, whereScalar.dtype
iscudf.Decimal64Dtype
(follow up for [FEA] Implement DecimalColumn + Scalar and add cudf.Scalars of Decimal64Dtype #7732 )decimals.pxd
basics.rst