-
Notifications
You must be signed in to change notification settings - Fork 904
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 performance tips to cudf.pandas FAQ. #16693
Conversation
@KyleFromNVIDIA This is my first docs-only PR since we merged #16642. I am seeing an error:
|
I saw this error yesterday, updating the branch fixed it. |
This was fixed in #16709 |
I'm struggling here. I can't reproduce the error in docs builds locally:
|
I got the docs figured out. All looks good. I'll merge this now. |
/merge |
Description
This PR adds a section with performance tips to the
cudf.pandas
FAQ.I based this section on some common user questions about performance, to make it clearer that
cudf.pandas
is designed for optimal performance with large data sizes and provide some alternatives for common needs wherecudf
orcudf.pandas
aren't the best fit. See these links for examples:df1.add(df2)
#14548 (comment)Checklist