Baselight

Reddit Cryptocurrency Data For August 2021

The collection of posts/comments on various crypto subreddits for August 2021.

@kaggle.pavellexyr_reddit_cryptocurrency_data_for_august_2021

Loading...
Loading...

About this Dataset

Reddit Cryptocurrency Data For August 2021

Context

The cryptocurrency community is a growing force in the Internet, especially now as DeFi-based transactions gain worldwide acceptance. This dataset aims to help analyze public sentiment on various cryptocurrencies over a given month.

Content

The following dataset is a comprehensive list of all the posts and comments made on several of Reddit's cryptocurrency boards from August 1 to August 31 of 2021. The data includes the following subreddits:

  • /r/cryptocurrency
  • /r/cryptocurrencyclassic
  • /r/cryptocurrencyico
  • /r/cryptomars
  • /r/cryptomoon
  • /r/cryptomoonshots
  • /r/satoshistreetbets

The dataset was procured using SocialGrep.

To preserve users' anonymity and to prevent targeted harassment, the data does not include usernames.

Acknowledgements

This dataset is built by the SocialGrep community.

Inspiration

  • Can we predict a token's success based on Reddit data?
  • How does public perception of a cryptocurrency shift with the news?
  • Are there any other insights that we can get from Reddit's crypto boards?

Tables

Crypto Aug 2021 Comments

@kaggle.pavellexyr_reddit_cryptocurrency_data_for_august_2021.crypto_aug_2021_comments
  • 285.93 MB
  • 3756097 rows
  • 10 columns
Loading...

CREATE TABLE crypto_aug_2021_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
);

Crypto Aug 2021 Posts

@kaggle.pavellexyr_reddit_cryptocurrency_data_for_august_2021.crypto_aug_2021_posts
  • 60.59 MB
  • 250569 rows
  • 12 columns
Loading...

CREATE TABLE crypto_aug_2021_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
);

Share link

Anyone who has the link will be able to view this.