Baselight

One Year Of TSLA On Reddit

A year's worth of mentions of Tesla Inc. (TSLA) in Reddit posts and comments.

@kaggle.pavellexyr_one_year_of_tsla_on_reddit

Loading...
Loading...

About this Dataset

One Year Of TSLA On Reddit

Context

Tesla Inc. (TSLA) has become one of the most popular stocks among the Reddit-savvy. The community involvement of the largest shareholder, Elon Musk, has made the news time and time again - one of the few stocks that is highly watched by the general public, and truly a meme stonk of the modern age. This TSLA dataset has been created to monitor public opinion on this stock.

Content

This dataset contains all the posts and comments mentioning the term "TSLA", spanning from July 5th, 2021 to July 4th, 2022.

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

Acknowledgements

This dataset was created using SocialGrep Reddit Exports. If social data analysis is your thing, we also have an advanced Reddit search tool.

We would also like to thank Austin Ramsey for generously providing the cover image for this dataset.

Inspiration

The stock market has been growing increasingly dependent on social sentiment. Can data analysis bring the two together? We invite you to see for yourself.

Tables

One Year Of Tsla On Reddit Comments

@kaggle.pavellexyr_one_year_of_tsla_on_reddit.one_year_of_tsla_on_reddit_comments
  • 77.75 MB
  • 218745 rows
  • 10 columns
Loading...

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

One Year Of Tsla On Reddit Posts

@kaggle.pavellexyr_one_year_of_tsla_on_reddit.one_year_of_tsla_on_reddit_posts
  • 2.26 MB
  • 10868 rows
  • 12 columns
Loading...

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