Enron Email Network

Source Notebook

Graph of the Enron email communication network within a dataset of around half a million emails

The Enron email communication network covers all the email communication within a dataset of around half million emails. Nodes of the network are email addresses and if an address i sent at least one email to address j, the graph contains an undirected edge from i to j.

(36692 vertices, 367662 edges)

Examples

Basic Examples

Retrieve the resource:

In[1]:=
ResourceObject["Enron Email Network"]
Out[1]=

Visualization

Visualize graphs of messages sent to or from a random set of nodes:

In[2]:=
With[{sample = Alternatives @@ RandomSample[VertexList[ResourceData["Enron Email Network"]], 5]},
  Graph[EdgeList[ResourceData["Enron Email Network"], sample \[DirectedEdge] _ | _ \[DirectedEdge] sample]]]
Out[2]=

Show the distribution of email counts per sender:

In[3]:=
Histogram[
 Length /@ GroupBy[EdgeList[ResourceData["Enron Email Network"]], First]]
Out[3]=

Wolfram Research, "Enron Email Network" from the Wolfram Data Repository (2017)   https://doi.org/10.24097/wolfram.57786.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information