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
/r/NoNewNormal has become infamous on the internet earlier this year, fostering a hub of anti-vaccine and lockdown-skeptic discussion on Reddit. To help data scientists investigate topics and sentiment among Coronavirus counternarratives, we have compiled a comprehensive dataset of posts and comments on /r/NoNewNormal for the entire year of its existence.
The following dataset is a comprehensive list of all the posts and comments made on Reddit's NoNewNormal board. The data includes sentiment, post and comment content and timestamps. The dataset was procured using SocialGrep.
To prevent abuse and targeted harassment, the collected data does not include usernames.
This dataset is dedicated to the SocialGrep pipeline developers. Without them, collecting this dataset would not have been possible.
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.