Skip to content

Instantly share code, notes, and snippets.

@khuyentran1401
Created August 27, 2021 02:31
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/29b0865a11c050d5dc0c03088a62be62 to your computer and use it in GitHub Desktop.
Save khuyentran1401/29b0865a11c050d5dc0c03088a62be62 to your computer and use it in GitHub Desktop.
net = Network("1000px", "1000px")
all_people = list(map(str, num_friends.person_id.values.tolist()))
net.add_nodes(all_people)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment