-
Notifications
You must be signed in to change notification settings - Fork 912
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
DOC: Add documentation for cudf.pandas in the Developer Guide #15889
DOC: Add documentation for cudf.pandas in the Developer Guide #15889
Conversation
f272e01
to
3e44e32
Compare
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.
Thanks for adding this! These docs will be super helpful for future devs.
Can you reflow the lines? We generally aim for one sentence per line.
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 have a number of suggestions for improvement, but they're largely small and/or cosmetic so I'm going ahead and approving now. Feel free to merge once you've addressed them. Thanks for this! It'll definitely be valuable.
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.
Thanks @Matt711 this is a great start. I had, like Vyas, a few wording suggestions. The longer ones are probably for discussion rather than just accepting as is...
/merge |
Description
This PR provides documentation for cudf.pandas in the Developer Guide. It will describe the fast-slow proxy wrapping scheme as well as document the
CUDF_PANDAS_DEBUGGING
environment variable created in PR #15837 for issue #14975.Checklist