Skip to content

Files

Latest commit

 

History

History
25 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.04 KB

MarvelNetwork

This repository conatains a script that allows for converting a CSV file to gexf, which can then be exported as SigmaJS network and hosted using GitHub pages.

Data Source

The data was downloaded from Kaggle

Deployed Network Graph

Click here to get to the deployed Marvel Network Graph

Medium Article

Make sure to also check out the accompanying Medium article

Current Data Scope

  • 🦸‍♂️ 🦸‍♀️ 6,426 Characters
  • 📚 224,181 Co-cccurrences in Comics

Repository Structure

Folder/Code Content
data Contains the comic data in csv format, as well as the gexf graph
network Contains the Sigma JS network
csv2gexf_conversion.ipynb Jupyter Notebook used for data converting CSV to gexf