easygraph.datasets.twitter_ego module#

class easygraph.datasets.twitter_ego.TwitterEgoDataset[source]#

Bases: EasyGraphBuiltinDataset

Twitter Ego Network Dataset

The Twitter dataset was collected from public sources and contains a large ego-network of Twitter users. The combined network includes 81K edges among 81K users.

Source: J. McAuley and J. Leskovec, Stanford SNAP, 2012 URL: https://snap.stanford.edu/data/egonets-Twitter.html File used: https://snap.stanford.edu/data/twitter_combined.txt.gz

download()[source]#

Automatically download data and extract it.

process()[source]#

Overwrite to realize your own logic of processing the input data.