coiled / dask-community

Issue tracker for the Dask community team
MIT License
2 stars 0 forks source link

[Stack Overflow] cugraph.Graph().from_dask_cudf_edgelist create NoneType #1427

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

I tried to create a Graph from a dask_cudf DataFrame, but the Graph get Nonetype without error Message


cluster = LocalCUDACluster()
client = Client(cluster)
Comms.comms.initialize(p2p=True)

edges = dask.read_csv('.csv')
edges = edges.groupby(['Sour…

---
## Would you like to know more?
Read the full article on the following website:

<https://stackoverflow.com/questions/73826904/cugraph-graph-from-dask-cudf-edgelist-create-nonetype>