Public Opinion On Democrats (Updated Daily)
Reddit Comments Dataset on Democrat-related Posts. Updated daily
@kaggle.asaniczka_public_opinion_on_democrats_updated_daily
Reddit Comments Dataset on Democrat-related Posts. Updated daily
@kaggle.asaniczka_public_opinion_on_democrats_updated_daily
This dataset provides valuable insights into public opinions and discussions related to Democrats on the popular social media platform Reddit.
The dataset is updated on a daily basis, ensuring that the dataset always reflects the most recent discussions and opinions.
If you find this dataset valuable, consider hitting the upvote button! 😊💝
CREATE TABLE reddit_opinion_democrats (
"comment_id" VARCHAR,
"score" BIGINT,
"self_text" VARCHAR,
"subreddit" VARCHAR,
"created_time" TIMESTAMP,
"post_id" VARCHAR,
"author_name" VARCHAR,
"controversiality" BIGINT,
"ups" BIGINT,
"downs" BIGINT,
"user_is_verified" VARCHAR,
"user_account_created_time" TIMESTAMP,
"user_awardee_karma" DOUBLE,
"user_awarder_karma" DOUBLE,
"user_link_karma" DOUBLE,
"user_comment_karma" DOUBLE,
"user_total_karma" DOUBLE,
"post_score" BIGINT,
"post_self_text" VARCHAR,
"post_title" VARCHAR,
"post_upvote_ratio" DOUBLE,
"post_thumbs_ups" BIGINT,
"post_total_awards_received" BIGINT,
"post_created_time" TIMESTAMP
);
Anyone who has the link will be able to view this.