Social Network Analysis using Python networkx

Job ID: 32197875

Budget: $10 – $30 USD

Consider using the Social circles: Facebook dataset (https://snap.stanford.edu/data/ego-Facebook.html)and perform the following steps to visualize the circle for the user of your choice:

Describe the dataset; its main features, nodes, and edges.
Select a user
Access a list of the user's friends
Access anonymized Facebook profiles of each of those friends
Access a network of connections between those friends (their "ego network")
Infer the circle for the user
Identify the types of errors that can be made with this type of visualization and how you prevent them