Baselight

Six Months Of GME On Reddit

Mentions of GME on Reddit, spanning from May to October of 2021.

@kaggle.pavellexyr_six_months_of_gme_on_reddit

Loading...
Loading...

About this Dataset

Six Months Of GME On Reddit

Context

The surprising upset about Gamestop Inc. stock in March of 2021 left many investors scratching their heads. The new landscape of stocks is social-focused - and people-powered to boot.

Explore how Redditors' sentiment on GME affected its stock prices in the aftermath with this new dataset.

Content

This dataset contains a collection of posts and comments mentioning GME in their title and body text respectively. The data is procured using SocialGrep.
The posts and the comments are labelled with their score.

Acknowledgements

We would like to thank Michael Förtsch for generously providing us with the background art.

Inspiration

The "stonks" movement spawned by this is a very interesting one. It's rare to see an Internet meme have such an effect on real-world economy - yet here we are.

Tables

Six Months Of Gme On Reddit Comments

@kaggle.pavellexyr_six_months_of_gme_on_reddit.six_months_of_gme_on_reddit_comments
  • 235.12 MB
  • 1064855 rows
  • 10 columns
Loading...

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

Six Months Of Gme On Reddit Posts

@kaggle.pavellexyr_six_months_of_gme_on_reddit.six_months_of_gme_on_reddit_posts
  • 20.92 MB
  • 81400 rows
  • 12 columns
Loading...

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