Skip to content
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

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

Open
github-actions bot opened this issue Sep 23, 2022 · 0 comments
Open
Labels
awaiting-triage New issues that need to be assessed or assigned stack-overflow Questions coming from Stack Overflow

Comments

@github-actions
Copy link

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>

@github-actions github-actions bot added awaiting-triage New issues that need to be assessed or assigned stack-overflow Questions coming from Stack Overflow labels Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-triage New issues that need to be assessed or assigned stack-overflow Questions coming from Stack Overflow
Projects
None yet
Development

No branches or pull requests

0 participants