-
Notifications
You must be signed in to change notification settings - Fork 960
[DOC] Make pylibcudf docs more visible #17803
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
Conversation
A few high-level notes:
|
/ok to test |
/ok to test |
/ok to test |
It aims to match native C++ performance of libcuDF while integrating seamlessly with community protocols like ``__cuda_array_interface__``, and common libraries such as CuPy and Numba. | ||
Both our zero-code pandas accelerator (``cudf.pandas``) and our polars GPU execution engine (``cudf.polars``) are built on top of pylibcuDF. | ||
|
||
Ex: Reading data from a parquet file |
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.
Let me know if you have an example in mind for the home page @GregoryKimball
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.
Some small suggestions for improvement, overall I think this looks good, so approving in its current state.
/ok to test |
/merge |
Fixes incorrect pylibcudf/libcudf example created in #17803. Authors: - Matthew Murray (https://github.com/Matt711) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) URL: #17912
Description
Closes #17190
Checklist