Class 13 Social Network Analysis Assignment

For this assignment I followed Daniel’s approach using BeautifulSoup to create a list of network edges (sources: article ID, target: geographical location) usable for Gephi: ```python from bs4 import BeautifulSoup import re import os [Read More]