Reddit Data Huge
Dataset containing Reddit Posts and Comments from various different subreddits.
@kaggle.prakharrathi25_reddit_data_huge
Dataset containing Reddit Posts and Comments from various different subreddits.
@kaggle.prakharrathi25_reddit_data_huge
CREATE TABLE student_affairs (
"id" VARCHAR,
"title" VARCHAR,
"body" VARCHAR,
"subreddit" VARCHAR,
"upvotes" BIGINT,
"url" VARCHAR,
"is_original" BOOLEAN,
"flair" VARCHAR,
"num_comments" BIGINT,
"comments" VARCHAR,
"creation_date" TIMESTAMP
);
CREATE TABLE suicidewatch_data (
"unnamed_0" BIGINT,
"id" VARCHAR,
"is_original" BOOLEAN,
"flair" VARCHAR,
"num_comments" BIGINT,
"title" VARCHAR,
"subreddit" VARCHAR,
"body" VARCHAR,
"url" VARCHAR,
"upvotes" BIGINT,
"comments" VARCHAR,
"creation_date" TIMESTAMP
);
CREATE TABLE teenagers (
"unnamed_0" BIGINT,
"id" VARCHAR,
"is_original" BOOLEAN,
"flair" VARCHAR,
"num_comments" BIGINT,
"title" VARCHAR,
"subreddit" VARCHAR,
"body" VARCHAR,
"url" VARCHAR,
"upvotes" BIGINT,
"comments" VARCHAR,
"creation_date" TIMESTAMP
);
CREATE TABLE whatsbotheringyou_reddit_data (
"unnamed_0" BIGINT,
"id" VARCHAR,
"is_original" BOOLEAN,
"flair" VARCHAR,
"num_comments" BIGINT,
"title" VARCHAR,
"subreddit" VARCHAR,
"body" VARCHAR,
"url" VARCHAR,
"upvotes" BIGINT,
"comments" VARCHAR,
"creation_date" TIMESTAMP
);
CREATE TABLE youthandgov_data (
"unnamed_0" BIGINT,
"id" VARCHAR,
"is_original" BOOLEAN,
"flair" VARCHAR,
"num_comments" BIGINT,
"title" VARCHAR,
"subreddit" VARCHAR,
"body" VARCHAR,
"url" VARCHAR,
"upvotes" BIGINT,
"comments" VARCHAR,
"creation_date" TIMESTAMP
);
CREATE TABLE youthknows_data (
"unnamed_0" BIGINT,
"id" VARCHAR,
"is_original" BOOLEAN,
"flair" VARCHAR,
"num_comments" BIGINT,
"title" VARCHAR,
"subreddit" VARCHAR,
"body" VARCHAR,
"url" VARCHAR,
"upvotes" BIGINT,
"comments" VARCHAR,
"creation_date" TIMESTAMP
);
CREATE TABLE youthrights_data (
"unnamed_0" BIGINT,
"id" VARCHAR,
"is_original" BOOLEAN,
"flair" VARCHAR,
"num_comments" BIGINT,
"title" VARCHAR,
"subreddit" VARCHAR,
"body" VARCHAR,
"url" VARCHAR,
"upvotes" BIGINT,
"comments" VARCHAR,
"creation_date" TIMESTAMP
);
Anyone who has the link will be able to view this.