Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

Bipartite weighted network

$
0
0

@mp-crypto wrote:

Hello,

I am new to Julia (moving from Python). I am trying to generate a bipartite weighted network from a data frame. The data frame contains the “edgelist” (i.e., a column for bottom nodes, and a column for top nodes), and a column for the weights of the edge. I found the GraphDataFrameBridge package that creates a network from two columns of the data frame, but it creates a unipartite network, and it is not clear how to import the weights. Any suggestions?

Thank you very much!

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles