NETWORK ANALYSIS OF GAME OF THRONES
Who is the most important character in the book series?
3 methods (importance measures) used to answer this question:
- degree centrality (number of neighbors of a node in the network)
- betweenness centrality (node which holds the network together)
- page rank (evaluates the inlinks and outlinks of nodes in the character network in the book)
THIS REPOSITORY INCLUDES
- Jupyter Notebook
- Full Python script
- Original dataset
Note: Dataset and skeleton for this project was provided by DataCamp.