Baselight

Public Opinion Russia Ukraine War (Updated Daily)

Insights from Reddit discussions on the ongoing conflict

@kaggle.asaniczka_public_opinion_russia_ukraine_war_updated_daily

Loading...
Loading...

About this Dataset

Public Opinion Russia Ukraine War (Updated Daily)

This dataset provides a valuable collection of public opinions and discussions from Reddit regarding the Russia-Ukraine war.

It comprises daily updated comments made by users, shedding light on various perspectives, sentiments, and concerns surrounding the conflict.

If you find this dataset valuable, don't forget to hit the upvote button! 😊💝

Checkout my top datasets

Interesting Task Ideas:

  1. Analyze sentiment trends over time to understand shifts in public opinion.
  2. Identify the most controversial comments and examine their underlying reasons.
  3. Investigate the correlation between user account age and their stance on the conflict.
  4. Explore the relationship between user karma and the popularity of their comments.
  5. Detect and classify trolls or propaganda accounts participating in the discussions.
  6. Examine the influence of post attributes (title, score, upvote ratio) on comment sentiment.
  7. Conduct network analysis to identify influential users and communities within the discussions.

Tables

Reddit Opinion Ru Ua

@kaggle.asaniczka_public_opinion_russia_ukraine_war_updated_daily.reddit_opinion_ru_ua
  • 795.53 MB
  • 4455416 rows
  • 24 columns
Loading...

CREATE TABLE reddit_opinion_ru_ua (
  "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
);

Share link

Anyone who has the link will be able to view this.