1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Network Analysis in Python

Connected

Exercise

Characterizing the network (III)

The last exercise was on degree centrality; this time round, let's recall betweenness centrality!

A small note: if executed correctly, this exercise may need about 5 seconds to execute.

Instructions

100 XP
  • Plot the betweenness centrality distribution of the GitHub collaboration network. You have to follow exactly the same four steps as in the previous exercise, substituting nx.betweenness_centrality() in place of nx.degree_centrality().