Skip to content

henryle1/GoT-Network-Analysis

 
 

Repository files navigation

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.

About

Network Analysis of Game Of Thrones: Who is the most important character in the book series?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 84.8%
  • Python 15.2%