Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 569 Bytes

File metadata and controls

19 lines (11 loc) · 569 Bytes

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:

  1. degree centrality (number of neighbors of a node in the network)
  2. betweenness centrality (node which holds the network together)
  3. page rank (evaluates the inlinks and outlinks of nodes in the character network in the book)

THIS REPOSITORY INCLUDES

  1. Jupyter Notebook
  2. Full Python script
  3. Original dataset

Note: Dataset and skeleton for this project was provided by DataCamp.