Reddit /r/NoNewNormal Dataset
The complete collection of posts and comments by users of /r/NoNewNormal
@kaggle.pavellexyr_reddit_r_nonewnormal_dataset
The complete collection of posts and comments by users of /r/NoNewNormal
@kaggle.pavellexyr_reddit_r_nonewnormal_dataset
CREATE TABLE no_new_normal_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 no_new_normal_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.