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
A year's worth of mentions of Tesla Inc. (TSLA) in Reddit posts and comments.
@kaggle.pavellexyr_one_year_of_tsla_on_reddit
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.
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.
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.
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.
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
);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
);Anyone who has the link will be able to view this.