rapidsai / deployment

RAPIDS Deployment Documentation
https://docs.rapids.ai/deployment/stable/
9 stars 28 forks source link

Add `cudf.pandas` notebook example for Databricks #318

Closed skirui-source closed 7 months ago

skirui-source commented 7 months ago

This PR adds existing workflow example using cudf.pandas to the deployment docs.

This notebook has been tested in Databricks.

review-notebook-app[bot] commented 7 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

skirui-source commented 7 months ago

CC @jacobtomlinson

  • We should trim this example right down, perhaps just down to the CSV read.
  • It would also be good to talk a bit about Databricks and how it is common for folks to use Pandas in Databricks Notebooks and how adding cudf.pandas will benefit them.
  • We should link back to the full example at the end if they want to learn more about cudf.pandas and to give them a clear direction to go next.

In response to this, since the notebook isn't specific / relevant to Databricks deployment , we can just avoid documenting it altogether and instead do this:

Thoughts?