Hacker News new | ask | show | jobs
by riyadparvez 1671 days ago
I see they also have have pandas replacement: https://github.com/nv-legate/legate.pandas. How is it different from cuDF?
2 comments

You can probably use https://github.com/rapidsai/cudf/tree/main/python/dask_cudf a dask wrapper around cuDF.
I believe cuDF is not distributed? If you use Legate Pandas (or any Legate libraries) you'll get distributed as well as GPU execution out of the box.