Y
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
hack_ml
1670 days ago
You can probably use
https://github.com/rapidsai/cudf/tree/main/python/dask_cudf
a dask wrapper around cuDF.
link
eslaught
1670 days ago
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.
link