Skip to content

Instantly share code, notes, and snippets.

@khuyentran1401
Created August 27, 2021 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khuyentran1401/d0801af732fa1f6ac11d9543c6386912 to your computer and use it in GitHub Desktop.
Save khuyentran1401/d0801af732fa1f6ac11d9543c6386912 to your computer and use it in GitHub Desktop.
edges = data[["person1", "person2"]].values.tolist()
net.add_edges(edges)
net.show("all_people_with_edges.html")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment