Am 27.09.18 um 11:02 schrieb ashutosh:
Something like, I guess:
*g.add_edge_list(df.values.tolist(),hashed=True, string_vals=True,eprops=[eprop1,eprop2,eprop3])
I tried this but it doesn't work.
This works perfectly for me. In fact, the version with eprops=[eprop1] does not work, as the number of columns is unmatched.
What version of graph-tool are you using?
Best, Tiago