Reddit Cryptocurrency Data For August 2021
The collection of posts/comments on various crypto subreddits for August 2021.
@kaggle.pavellexyr_reddit_cryptocurrency_data_for_august_2021
The collection of posts/comments on various crypto subreddits for August 2021.
@kaggle.pavellexyr_reddit_cryptocurrency_data_for_august_2021
CREATE TABLE crypto_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
);
CREATE TABLE crypto_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
);
Anyone who has the link will be able to view this.