Five Years Of AAPL On Reddit
All AAPL mentions on Reddit, from Nov 2016 to Oct 2021
@kaggle.pavellexyr_five_years_of_aapl_on_reddit
All AAPL mentions on Reddit, from Nov 2016 to Oct 2021
@kaggle.pavellexyr_five_years_of_aapl_on_reddit
CREATE TABLE five_years_of_aapl_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 five_years_of_aapl_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.