Reddit Vaccine Myths
r/VaccineMyths subreddit posts and comments
@kaggle.gpreda_reddit_vaccine_myths
r/VaccineMyths subreddit posts and comments
@kaggle.gpreda_reddit_vaccine_myths
VaccineMyths (r/VaccineMyths), is a subreddit where people discuss about various Vaccine Myths.
The data might contain a small percent of harsh language, the posts were not filtered.
Reddit posts from subreddit VaccineMyths , downloaded from https://www.reddit.com/r/VaccineMyths/ using praw (The Python Reddit API Wrapper).
Script used for collection can be found here: Reddit extract content
Data contains both posts and comments.
Both posts and comments contains the following fields:
You can use the data to:
CREATE TABLE reddit_vm (
"title" VARCHAR,
"score" BIGINT,
"id" VARCHAR,
"url" VARCHAR,
"comms_num" BIGINT,
"created" DOUBLE,
"body" VARCHAR,
"timestamp" TIMESTAMP
);Anyone who has the link will be able to view this.