Analyzing the social network formed by the interactions between marvel characters in comic books
- Python 3.x
- Networkx
- A software like Cytoscape/Gephi to visualize the graph
-
By default the graph.py script uses the hero-network.csv dataset. Similar datasets can be found:
-
Run the graph.py script
python3 graph.py
- The script outputs a file called
SG.gml
which can be used to visualize the graph
- My analysis of the graph can be found in the
MarvelSNA.pptx
file