I have a network stored as a CSV file as a source, target. I would like to load it as a bipartite graph using python igraph. If you are familiar with these function, please send me some code snippets. Thanks, -Ahmed.
Thanks, I am actually very familiar with python igraph. I had a specific question about constructing bipartite graphs using the CSV. The tutorial does not answer. Thanks anyway!
I tried Igraph in R but i feel the documentations for Python version of Igraph is quite lacking, it's hard to find example codes or snippets for Igraph-Python comparing to igraph-R i suppose; good luck anyway.
Thanks Hassan. I appreciate the efforts. I think I am getting really close to figuring this out. Being on the mailing list has many advantages. I will share the answer when I get it figured.