-
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
Update README #14374
Update README #14374
Conversation
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.
Generally LGTM.
- Would consider adding automatic CPU fallback to the one sentence description of cudf.pandas
- The cudf.pandas code snippet not included in the diff should use
pd
notcudf
README.md
Outdated
|
||
## Resources | ||
You can use cuDF directly, or easily accelerate existing pandas | ||
code with `cudf.pandas`: |
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.
code with `cudf.pandas`: | |
code with `cudf.pandas`, with automatic CPU fallback if needed: |
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 moved things around a bit to include this.
Co-authored-by: Bradley Dice <[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.
Beautiful. I think this is awesome! A few suggestions, and approving.
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
/merge |
Description
Checklist