← All Projects

Enron Email Network Analysis

Using social network analysis to surface the key actors in Enron's senior leadership

Overview

We studied who emailed whom among Enron's top executives to find the most influential people in the group.

Methodology

flowchart LR
  A[Edge List] --> B[Build Graph]
  B --> C["Centrality (degree / betweenness)"]
  C --> D[Community Detection]
  D --> E[Interpret Key Actors]

The Data

The raw data is a simple list of who sent an email to whom, which we turn into a network of people.

Exploratory Analysis

We drew the network several ways to see its overall shape and spot the busiest people at a glance.

Key Actors / Network Structure

A handful of people consistently sit at the center of the network, with one clear hub above the rest.

Approach & Results

We ranked people four different ways to confirm who truly mattered in the network.

Key Takeaways

Network analysis turned a plain email log into a clear map of who held influence at Enron.

More Visualizations

Tech Stack

Attribution

This project was completed as part of the MIT Applied Data Science Program (MIT IDSS / Great Learning). The program provided the case-study scaffolding; the analysis, code, and results are my own. Published with permission, for portfolio use only.