Paschalis Athanasiadis

Results 1 issues of Paschalis Athanasiadis

I am trying to create a network graph with different edge length. However, the edge length is not changing. My code: ``` G = nx.Graph() for i in range(df.shape[0]): G.add_node(df.iloc[i,0],...