Baselight

Reddit: /r/politics (Submission & Comments)

An Insightful Exploration of Popular Opinions and Historical Trends

@kaggle.thedevastator_analyzing_the_political_discourse_of_reddit_s_su

Loading...
Loading...

About this Dataset

Reddit: /r/politics (Submission & Comments)


Reddit: /r/politics (Submission & Comments)

An Insightful Exploration of Popular Opinions and Historical Trends

By Reddit [source]


About this dataset

This dataset presents a unique and insightful exploration into the discourse of political discussion on Reddit's Subreddit Politics. Providing an in-depth collection of post titles, scores, IDs, URLs, comment numbers and timestamps as well as associated bodies and creation data - this data offers invaluable insights into the opinions of the online populace. Using this dataset researchers have the opportunity to identify key recurring topics such as gender, race or immigration through correlational analyses between different topics and generations. Furthermore, using this vast amount of information it is possible to gain a comprehensive understanding of popular discourse, opinion trends and collective sentiments in response to various political issues. By providing us with a powerful lens into public perception on all aspects pertaining to politics - this dataset can be used to uncover valuable perspectives from across the entire political spectrum!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

The Analyzing the Political Discourse of Reddit’s Subreddit Politics dataset is an extremely valuable resource for understanding the political discourse on Reddit. With columns denoting post titles, scores, URLs, comment numbers, creation dates, associated bodies and timestamp of when the post was created among other variables – this data can help identify which topics are most debated in the political arena and how they shape public opinion.

Research Ideas

  • Using the data to predict political trends at different times, such as election cycles or major political events.
  • Analyzing the sentiment around certain topics and gauging user opinion on various issues such as current policies or popular candidates.
  • Creating a natural language processing model to identify recurring topics in political discourse and uncover new themes that may be of interest to the public or politicians alike

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: politics.csv

Column name Description
title The title of the post. (String)
score The number of upvotes the post has received. (Integer)
url The URL of the post. (String)
comms_num The number of comments the post has received. (Integer)
created The date and time the post was created. (DateTime)
body The body of the post. (String)
timestamp The timestamp of the post. (Integer)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit Reddit.

Tables

Politics

@kaggle.thedevastator_analyzing_the_political_discourse_of_reddit_s_su.politics
  • 268.89 KB
  • 1915 rows
  • 8 columns
Loading...

CREATE TABLE politics (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "url" VARCHAR,
  "comms_num" BIGINT,
  "created" DOUBLE,
  "body" VARCHAR,
  "timestamp" TIMESTAMP
);

Share link

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