You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I believe) the problem is that nodes are in both subgraphs, so the degree attribute in the nodes dataframe is overwritten, so it ends with just the degree of the last group in the split operation.
Is there a way to get the degree for each subgraph?
The text was updated successfully, but these errors were encountered:
I have a pretty simple use case that I'm struggling to figure out how to solve.
Basically, I want to know what the degree distribution is for each edge type. Here's a simple example:
(I believe) the problem is that nodes are in both subgraphs, so the
degree
attribute in the nodes dataframe is overwritten, so it ends with just the degree of the last group in the split operation.Is there a way to get the degree for each subgraph?
The text was updated successfully, but these errors were encountered: