The Reddit Ethereum Dataset
All the mentions of Ethereum on Reddit, up to 1st of November, 2021.
@kaggle.pavellexyr_the_reddit_ethereum_dataset
All the mentions of Ethereum on Reddit, up to 1st of November, 2021.
@kaggle.pavellexyr_the_reddit_ethereum_dataset
The web3.0 world of cryptocurrency has taken the Internet by storm. The decentralized computer and financial platform Ethereum is one of the most important and well-known ones. In this dataset, we explore the social network behaviour and discussions happening around Ethereum over the course of its evolution.
This dataset contains a comprehensive collection of posts and comments mentioning the term "Ethereum" in their title and body text respectively. The data is procured using SocialGrep.
The posts and the comments are labelled with their score.
We would like to thank Zoltan Tasi for generously providing the background image for this dataset.
This dataset concerns a new technology being adopted in real time. What can we learn from the changes in the public's sentiment?
CREATE TABLE the_reddit_ethereum_dataset_comments (
"type" VARCHAR,
"id" VARCHAR,
"subreddit_id" VARCHAR,
"subreddit_name" VARCHAR,
"subreddit_nsfw" BOOLEAN,
"created_utc" BIGINT,
"permalink" VARCHAR,
"body" VARCHAR,
"sentiment" DOUBLE,
"score" BIGINT
);CREATE TABLE the_reddit_ethereum_dataset_posts (
"type" VARCHAR,
"id" VARCHAR,
"subreddit_id" VARCHAR,
"subreddit_name" VARCHAR,
"subreddit_nsfw" BOOLEAN,
"created_utc" BIGINT,
"permalink" VARCHAR,
"domain" VARCHAR,
"url" VARCHAR,
"selftext" VARCHAR,
"title" VARCHAR,
"score" BIGINT
);Anyone who has the link will be able to view this.