Baselight

Reddit /r/WallStreetBets Data For August 2021

The complete collection of posts/comments of /r/wallstreetbets for August 2021.

@kaggle.pavellexyr_wallstreetbets_posts_and_comments_for_august_2021

Loading...
Loading...

About this Dataset

Reddit /r/WallStreetBets Data For August 2021

Context

Reddit's WallStreetBets community has become famous on the internet earlier this year, with their coordinated GameStop ($GME) squeeze. That was a sign that social media can influence market data in ways before unseen. To help data scientists investigate this, we have compiled a comprehensive dataset of posts and comments on /r/WallStreetBets for the month of August 2021.

Content

The following dataset is a comprehensive list of all the posts and comments made on Reddit's WallStreetBets board from August 1 to August 31 of 2021. The data includes sentiment, post and comment content and timestamps. The dataset was procured using SocialGrep.

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

Acknowledgements

This dataset is dedicated to "Koe", an instrumental force in Reddit data compilation and public opinion research. He is no longer with us - may he be in a better place.

Inspiration

  • Can we predict stock trends based on Reddit data?
  • How does public perception of a stock shift with the news?
  • Are there any other insights that we can get from the board that caused the Short Squeeze of 2021?

Tables

Wsb Aug 2021 Comments

@kaggle.pavellexyr_wallstreetbets_posts_and_comments_for_august_2021.wsb_aug_2021_comments
  • 74.39 MB
  • 1001160 rows
  • 10 columns
Loading...

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

Wsb Aug 2021 Posts

@kaggle.pavellexyr_wallstreetbets_posts_and_comments_for_august_2021.wsb_aug_2021_posts
  • 3.77 MB
  • 25751 rows
  • 12 columns
Loading...

CREATE TABLE wsb_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.