Wikipedia Voting Data 2001-2008

Graph of Wikipedia voting data from the inception of Wikipedia till January 2008

All Wikipedia voting data from the inception of Wikipedia till January 2008. Nodes in the network represent wikipedia users and a directed edge from node i to node j represents that user i voted on user j.

(7115 vertices, 103689 edges)

Examples

Basic Examples

Retrieve the resource:

In[1]:=
ResourceObject["Wikipedia Voting Data 2001-2008"]
Out[1]=

Retrieve the default content:

In[2]:=
ResourceData["Wikipedia Voting Data 2001-2008"]
Out[2]=

Visualization

View the distribution of votes cast per user:

In[3]:=
Histogram[
 Length /@ GroupBy[EdgeList[ResourceData["Wikipedia Voting Data 2001-2008"]], First]]
Out[3]=

Analysis

Find the 10 users who cast the most votes:

In[4]:=
TakeLargest[
 Length /@ GroupBy[EdgeList[ResourceData["Wikipedia Voting Data 2001-2008"]], First], 10]
Out[4]=

Wolfram Research, "Wikipedia Voting Data 2001-2008" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.88309.data

Data Resource History

Data Downloads

Publisher Information