Baselight

Reddit: /r/IAmA

Exploring User Perspectives Through Comments

@kaggle.thedevastator_uncovering_user_diversity_within_reddit_s_iama_s

Loading...
Loading...

About this Dataset

Reddit: /r/IAmA


Reddit: /r/IAmA

Exploring User Perspectives Through Comments

By Reddit [source]


About this dataset

This dataset brings to light the views, opinions, and perspectives of Reddit users by analyzing comments from the popular IAmA (I Am A) subreddit. With its array of features such as title, score, ID number, URL address, number of comments received on a particular post/comment, date/time that the comment was created or posted originally, and the actual body content of the comment, this dataset is an invaluable source for exploring user perspectives from around Reddit's infamous IAmA subreddit. By breaking down conversations and interactions between people from all walks of life under one roof in this vast online world known as Reddit's IAmA subreddit page we can unravel not only what topics these people are discussing but more importantly why they have chosen to discuss it. This provides unparalleled insight into how people communicate with each other in an ever-evolving complex digital landscape that continuously shapes our lives. Instill your research with this rich data set and discover new ideas within Reddit's IAmA community today!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

Research Ideas

  • Analyzing the sentiment of user comments over time to get an idea of how opinions about a particular topic are changing.
  • Examining how users from different demographic backgrounds interact with each other on IAmA subreddit pages.
  • Developing an automated system for flagging posts or comments with offensive language or content for review by moderators

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: IAmA.csv

Column name Description
title The title of the comment. (String)
score The upvote score of the comment. (Integer)
url The URL of the comment. (String)
comms_num The number of comments made on the post. (Integer)
created The date/time the comment was created. (Date/Time)
body The body content/text of the comment. (String)
timestamp The timestamp for when the comment was posted. (Date/Time)

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

Iama

@kaggle.thedevastator_uncovering_user_diversity_within_reddit_s_iama_s.iama
  • 826.12 KB
  • 1539 rows
  • 8 columns
Loading...

CREATE TABLE iama (
  "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.