-
Notifications
You must be signed in to change notification settings - Fork 915
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
Clarify append deprecation notice. #10930
Clarify append deprecation notice. #10930
Conversation
Thanks @bdice! Could you please change this to target 22.06 instead? |
95216e9
to
3be1983
Compare
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10930 +/- ##
================================================
+ Coverage 86.30% 86.32% +0.02%
================================================
Files 144 144
Lines 22665 22668 +3
================================================
+ Hits 19560 19569 +9
+ Misses 3105 3099 -6
Continue to review full report at Codecov.
|
@gpucibot merge |
This clarifies that the deprecated
append
method is replaced by a top-level functioncudf.concat
. This has caused some user confusion, because it's not just a name change (DataFrame.concat
doesn't exist).